A command-line tool for quickly searching and extracting papers using OpenAlex API
Project description
Installation
To install Alex Search, you can use pip:
pip install alex-search
Search Command
The search command allows you to search for papers using various filters.
Usage:
alex-search search [OPTIONS] QUERY
Options:
--year-after: Filter search results to include papers published after the specified year.
--author: Filter search results by specific author(s).
--journal: Filter search results by specific journal(s).
--cited-by: Filter search results by the number of times the paper has been cited by other papers.
--cited: Filter search results by the number of times the paper has cited other papers.
--limit: Limit the number of search results returned.
Example:
Search for papers published after 2020, authored by John Doe, on the topic of Artificial Intelligence:
alex-search search --year-after 2020 --author "John Doe" "Artificial Intelligence"
Export Command
The export command allows you to export search results or paper metadata to a file in the specified format.
Usage:
alex-search export [OPTIONS] OUTPUT_FILE
Options:
--format: Specify the output format (JSON, CSV, BibTeX, etc.).
Example:
Export search results to a JSON file named output.json:
alex-search export --format JSON output.json
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for alex_search-0.0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7267e81b83b593d4aa2892afff9c79abe2de544d1e9d38ebabf376721aa724b6 |
|
MD5 | 57d8c6c545be11b262a88c474a789905 |
|
BLAKE2b-256 | d839816e8e1d96944d4f1f5dccfd39231f7a585a28456a416b10382424a5ce3f |