Skip to content

joelabreurojas/scielo-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

scielo-cli

A command-line interface for searching academic papers in SciELO.

 

✨ Overview

scielo-cli is a lightweight bash script that allows you to search the SciELO (Scientific Electronic Library Online) database directly from your terminal. It's designed for researchers and academics who need quick access to scientific literature.

Features:

  • Search papers by title, author, or keywords
  • Filter results by date, subject, or journal
  • Export results in various formats
  • Simple and fast command-line interface

 

🚀 Getting Started

Prerequisites

  • Bash shell
  • curl for HTTP requests
  • jq for JSON parsing

Installation

Clone the repository:

git clone https://github.com/joelabreurojas/scielo-cli.git
cd scielo-cli

Make the script executable:

chmod +x scielo_cli.sh

 

📖 Usage

Search for papers:

./scielo_cli.sh search "machine learning"

Search with filters:

./scielo_cli.sh search "artificial intelligence" --year 2023 --limit 10

Get help:

./scielo_cli.sh --help

 

🔧 Configuration

The script uses the SciELO API. No configuration is required for basic usage.

For advanced usage, you can set environment variables:

export SCIELO_API_URL="https://api.scielo.org/v1"
export SCIELO_DEFAULT_LIMIT=20

About

CLI tool for searching academic papers in SciELO

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages