|
|
il y a 6 ans | |
|---|---|---|
| app | il y a 6 ans | |
| .gitignore | il y a 6 ans | |
| README.md | il y a 6 ans | |
| get_token.py | il y a 6 ans | |
| requirements.py | il y a 6 ans |
Environments: Basically the project runs on Python3, for detailed dependencies, see requirements.txt
for running the script get_token.py, one should install browser-cookie3 and requests first, by running
pip install browser-cookie3
pip install requests
in terminal.