Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/j-e-j-s/pyminer

A Python CLI for Mining Scientific Literature.
https://github.com/j-e-j-s/pyminer

cli data-mining data-mining-python python research science-research

Last synced: about 1 month ago
JSON representation

A Python CLI for Mining Scientific Literature.

Awesome Lists containing this project

README

        

## Pyminer: A Python CLI for Mining Scientific Literature. 🔬⛏

![](/assets/pyminer.gif)

### Prerequisites:
- Python >=3.8
- Nodejs >=14.0

### Quickstart:
```
pip install journal-miner
```
### Usage:
```
Usage: pyminer [OPTIONS] QUERY

Arguments:

QUERY The main search string.

Options:
-l, --limit INTEGER Number of papers to mine. Default = 1000
-kw, --keywords LIST Keyword to mine.
-v, --version Show version number and exit.
--help Show this message and exit.
```
e.g.
```
pyminer 'RNA polymerase III' -kw inhibitor -kw 'TATA box' -kw enzyme -l 100
```
### Output:
Output forms a .csv file that can be viewed in Excel. Papers are automatically ranked by score being the total keyword frequency but can also be ranked by individual keywords or date in Excel.

![](/assets/output.png)