This is a python script to automate the process of completing Poketwo's New event quests! The code might be a bit shabby and buggy due to me speedcoding it! Open an issue and I'll see what I can do
- Fully Automated
- Donates Ingredients
- Crafts recipes and completes orders
- Excellent Error Handling
- Sexy Logger
- Multi-Token Support
Please follow the following steps to run this app yourself!
- Install Python: Download Python from Here.
- Install Libraries: Download the following listed libraries using
pip install <library_name>:
- discord.py-self
- requests
- coloredlogs
- Configuration:
- Account Authorization Token in
TOKENS
dict inmain.py
. - ChannelId in
TOKENS
dict inmain.py
.
- Account Authorization Token in
- Make sure you dont have any active orders on the bot account, If you do please complete them first!
- Run the file using
python main.py
.
This code might have bugs or unattended issues. They are primarily because I've not had the time to test the code to it's full potential. However I'm glad to say that It has definetly shown good results. Any further bugs will be fixed once they're brought to my attention.
Failure in Regular Expression while obtaining the dish name.- Buggy in claiming orders.
Buggy in Offering more than 15 amounts of butter.
- Edited Regular Expression to correctly log name of the dish.
- Updated the code to work with new drop-rates.
- Added More options to logger
- Added Multi-Token support.
Add Multi-Token support.Added.
This code is provided under the following conditions:
- You may use this code for personal and non-commercial purposes.
- If you use or modify this code in any way, you must provide clear attribution to Zardo.
- You may not sell or distribute this code for commercial purposes without explicit permission from Zardo.