Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gmelodie/find-research-keywords
- Owner: gmelodie
- License: mit
- Created: 2024-08-01T15:07:49.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T15:45:32.000Z (3 months ago)
- Last Synced: 2024-08-01T17:10:50.437Z (3 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```