by nwL (https://nwL.ms)
When did you meet your Destiny 2 clan? Find out here.
- Run the program with
python main.py
to generate a config file. - Configure the program in the newly created
config.py
. - Run the program once again with
python main.py
.
My requests suddenly don't work anymore.
You might have been blocked by Bungie. Try setting
Settings.Advanced_AsyncThreadAmount
to a lower value to appease the Bungie overlords. If that doesn't work, turn
on Settings.Advanced_CurlVerbose
and take notes.
Part [x] of your code does not work in Python 2.
Correct.
- The
"activities"
filter does not work right now. You can safely use it, it's just a no-op. - The requests might hang indefinitely after a few minutes. Unfortunately, I don't yet have the resources to monitor around ~7000 requests to find out what the issue is.