Aucune description

Ray Zhang e7e1e2c37d update il y a 4 ans
bnet_retriever e7e1e2c37d update il y a 4 ans
.gitignore 99f95f8454 init il y a 6 ans
README.md 99f95f8454 init il y a 6 ans
crack-api.py e7e1e2c37d update il y a 4 ans
doc.md e7e1e2c37d update il y a 4 ans
failed_login.py e7e1e2c37d update il y a 4 ans
get_token.py e7e1e2c37d update il y a 4 ans
requirements.py 99f95f8454 init il y a 6 ans
run.py e7e1e2c37d update il y a 4 ans

README.md

overwatch_stats

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.