|
|
%!s(int64=6) %!d(string=hai) anos | |
|---|---|---|
| app | %!s(int64=6) %!d(string=hai) anos | |
| .gitignore | %!s(int64=6) %!d(string=hai) anos | |
| README.md | %!s(int64=6) %!d(string=hai) anos | |
| get_token.py | %!s(int64=6) %!d(string=hai) anos | |
| requirements.py | %!s(int64=6) %!d(string=hai) anos |
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.