Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
levitabris committed Jan 4, 2024
1 parent 82c4f79 commit 7ec3a43
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# What is it?
The default bibtex exports from Semantic Scholar libraries do not include DOIs, which is problematic for some. This simple CLI app scratches that itch for you. You may find it useful to ask Zotero SciHub plugin to fetch PDFs.


# How to use

1. Install the deps
```
pip install -r requirements.txt
```
2. Run in CLI
```
python doi_lookup.py my_semantic_scholar_exported.bib
```
3. Check the results.

0 comments on commit 7ec3a43

Please sign in to comment.