Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gmelodie/find-research-keywords

Find keywords related to your research from IEEE
https://github.com/gmelodie/find-research-keywords

Last synced: 25 days ago
JSON representation

Find keywords related to your research from IEEE

Awesome Lists containing this project

README

        

# Find Research Keywords
Python script to find keywords from other papers found on a first search

## Usage
Put your api keys into a `.env` file in the current directory:
```
ACM_API_KEY=your_acm_key_here
IEEE_API_KEY=your_ieee_key_here
```

Install requirements
```bash
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```

Run script
```python
./find-keywords.py "lora lorawan distributed"
```