설명 없음

Ray Zhang e7e1e2c37d update 4 년 전
bnet_retriever e7e1e2c37d update 4 년 전
.gitignore 99f95f8454 init 6 년 전
README.md 99f95f8454 init 6 년 전
crack-api.py e7e1e2c37d update 4 년 전
doc.md e7e1e2c37d update 4 년 전
failed_login.py e7e1e2c37d update 4 년 전
get_token.py e7e1e2c37d update 4 년 전
requirements.py 99f95f8454 init 6 년 전
run.py e7e1e2c37d update 4 년 전

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.