|
|
před 6 roky | |
|---|---|---|
| app | před 6 roky | |
| .gitignore | před 6 roky | |
| README.md | před 6 roky | |
| get_token.py | před 6 roky | |
| requirements.py | před 6 roky |
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.