Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ The Python modules `Beautiful Soup 4`, `Requests`, and `Tabulate` are required t

If using pip, run the following:
```
pip install bs4
pip install requests
pip install tabulate
```
pip install -r requirements.txt
```

Configure Team IDs and ASK_QUESTIONS before launching.
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
beautifulsoup4==4.12.3
bs4==0.0.2
certifi==2024.12.14
charset-normalizer==3.4.0
idna==3.10
requests==2.32.3
soupsieve==2.6
tabulate==0.9.0
urllib3==2.2.3