Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanEMillar committed Jul 30, 2023
1 parent 1908cad commit baa6783
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ You can then enter the number of a paper to open its page in your default web br
The script requires the following Python packages:

- requests

- json

- webbrowser

- datetime

- urllib

Install any missing packages before running the script.
Expand All @@ -42,11 +46,11 @@ It then allows opening the paper's page in a web browser by entering its number.

#### Notes

The search is limited to 3 days back due to API restrictions
- The search is limited to 3 days back due to API restrictions

Invalid inputs will print error messages
- Invalid inputs will print error messages

No matches found will exit the program
- No matches found will exit the program

#### Credits

Expand Down
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
requests==2.28.1
json==3.5.0
webbrowser==3.5
datetime==4.6
urllib3==1.26.13
concurrent.futures==3.2.0

0 comments on commit baa6783

Please sign in to comment.