A Golang bot for creating Twitch accounts
Twitch Accounts provides a script for creating Twitch accounts and verify them using temporary email addresses. It can be useful for various purposes, such as testing or automation
🤖 Follow bot functionality has been added! 🎉
⭐ If you found this project helpful, illuminate it with your support by dropping a brilliant star! 🌟
✔ Create accounts on TwitchTV ✔ Verify account email ✔ Captcha Validation ✔ Proxy Support ✔ Follow bot ✔ Simple and easy-to-use script
- Basic setup
> Clone this repository
> Create an account on https://salamoonder.com/ then add some credits and set up Captcha Api Key on your config.go file
> If you want to use proxy, then setup it in config.go file as well, otherwise just let the default value or "" - also, make sure that your proxy service isn't blocking access to Twitch.
- How to run
> Make sure you have Golang installed on your machine, then run the following command in the project root: 'go run main/main.go' (without the single quotes)
> To run the follow-bot feature, use the following command: 'go run followbot/followbot.go' (without the single quotes)
Follow botDone!Code cleanupDone!Proxy configurationDone!
This project is licensed under the GPL General Public License v3.0 License - see the LICENSE.md file for details
・Educational purpose only and all your consequences caused by you actions is your responsibility
・Selling this Free gen is forbidden
・If you make a copy of this/or fork it, it must be open-source and have credits linking to this repo
Contributions are welcome! If you have any ideas, suggestions, or improvements, feel free to open an issue or create a pull request.
Remember, automations are against Twitch rules, do not abuse this project. I've created this tool out of genuine interest and released it for wider use. Let's keep it positive and avoid any misuse to maintain a healthy environment on Twitch.
v0.0.4 ⋮ 13 may 2024
+ Added follow-bot
v0.0.3 ⋮ 11 may 2024
+ Added proxy support to all requests
v0.0.2 ⋮ 09 may 2024
+ Code cleanup
+ Enhanced error handling
+ Improved status logging
v0.0.1 ⋮ 07 may 2024
+ Added main script (creating accounts + email verification)
All the registered accounts information is going to be stored at results/accounts.txt
Authored by: gui-fkb Github
This project design was based on 'twitch-account-creator' NodeJS repo by masterking32 Github. Since the project wasn't being maintained and the email verification feature proposed in the original repository had stopped working, I decided to add some of my own twist to it.