A basic tool to handle multiple clans at once. For D2Sanctuary, but usable from everyone.
This tool will still grow, don't worry.
- Create a new Bungie.net app. Give it the scope "manage clans" and set the redirect url to "https://localhost:8000".
- Install
python3 -m pip install requests - Edit
config.py - Run
01_auth_server.py, navigate to https://localhost:8000 and log in with all your clan accounts. You can stop the script afterwards. - Run
02_refresh_auth_tokens.pyevery time you want to use the tool. - Now use the scripts you want to use:
- Run
03_list_inactive_users.py - Run
04_kick_inactive_users.py - Run
05_update_description.py
- Run