This repository has been archived by the owner on May 19, 2024. It is now read-only.
Releases: devraza/catchtwo
Releases · devraza/catchtwo
Several Bugfixes
This release makes several bugfixes and clarifications to the autocatcher's setup guide.
The following are the most notable examples of things that were fixed:
- The replit branch now actually works with replit, and a repl.it example has been made (feel free to fork it): https://replit.com/@devraza/catchtwo
- Extra/missing files have been removed
- The release .zip files now only contain what you need
- The spammer sends a string of characters properly
Clarifications made:
- Removed unneeded information
- The replit version's README.md now has instructions that detail installing the autocatcher in repl.it
Features added (it's not much):
- The autocatcher sends a more complicated, random string of characters
- The repl.it version now has secrets, allowing you to run the bot without worrying about people looking at your id. The instructions to set up secrets are in the README.md in the replit branch.
Massive Peformance Boost & Rewrite
In this release, I've done the following:
- A rewrite of the autocatcher, from using the discum discord python library to the discord.py-self discord python library.
- This results in a massive speed boost, allowing the autocatcher to work well during incense
- This also increases the undetectability, as now the self bot will send random number strings instead of a common word
However, testing is not complete; so as always, if you find an issue with the autocatcher, please make a github issue.
Auto-levelling & Performance boost
In a nutshell, this release marks the creation of the following:
- An auto-leveller that chooses Pokemon to level up based on ID written in a file
- Performace boosts allowing more experience in a second, as well as quicker spawn time
If all goes well, the next release will feature a captcha solver!
Version v2.5 - Installation improvement and more
This release marks the addition of the following features:
- Improving the README (adding more information on how to install it)
- Interactive setup (run a setup file and give some info allowing the bot to start)
- Repl.it setup (easily clone a repl containing the code and run it for free on the cloud)
- Speeding up the autocatcher (minimizing the load on the host computer)
- Cleaning up the code a little (removing unnecessary blank lines and improving comments)