FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I Built a CLI to Search 800M+ Academic Papers From Your Terminal
How-ToMachine Learning

I Built a CLI to Search 800M+ Academic Papers From Your Terminal

via Dev.to TutorialAlex Spinov2h ago

I got tired of switching between 6 different academic databases. OpenAlex for bibliometrics, Crossref for DOIs, PubMed for medical papers, Semantic Scholar for AI summaries... So I combined them all into one CLI. $ research search "large language models" --limit 3 1. Attention Is All You Need ( 2017 ) Authors: Ashish Vaswani, Noam Shazeer, Niki Parmar Citations: 95,234 | Source: OpenAlex 2. Language Models are Few-Shot Learners ( 2020 ) Authors: Tom Brown, Benjamin Mann, Nick Ryder Citations: 28,847 | Source: OpenAlex 3. BERT: Pre-training of Deep Bidirectional Transformers ( 2019 ) Authors: Jacob Devlin, Ming-Wei Chang, Kenton Lee Citations: 78,421 | Source: OpenAlex One Command, 7 Databases # Default (OpenAlex — 250M+ papers) research search "quantum computing" # Medical papers (PubMed — 36M+) research search "covid vaccine" --source pubmed # AI-powered with TLDR summaries (Semantic Scholar — 200M+) research search "chain of thought" --source semantic-scholar # DOI metadata (Crossref

Continue reading on Dev.to Tutorial

Opens in a new tab

Read Full Article
0 views

Related Articles

IntentCAD v0.8.0 — Thirteen EPICs, One Day
How-To

IntentCAD v0.8.0 — Thirteen EPICs, One Day

Dev.to • 3h ago

A Growing Position Doesn't Always Mean Fresh Buying — Here's How to Tell
How-To

A Growing Position Doesn't Always Mean Fresh Buying — Here's How to Tell

Dev.to Beginners • 4h ago

Tutorials Are Lying to You Here’s What Actually Works ?
How-To

Tutorials Are Lying to You Here’s What Actually Works ?

Medium Programming • 7h ago

Flutter Mistakes That Make Apps Slow ⚡
How-To

Flutter Mistakes That Make Apps Slow ⚡

Medium Programming • 7h ago

Welcome Thread - v370
How-To

Welcome Thread - v370

Dev.to • 7h ago

Discover More Articles