Anyone with Python can let me know if it is really that easy to make a view bot?

xnreborn

Newbie
Joined
Dec 26, 2022
Messages
28
Reaction score
7
https://github.com/Sam6734/TwitchViewbot/blob/main/SimpleTwitchBot.py
New to Python, like literally 1-Hour-old into this.

Trying to see what Python can do and I searched view bots on the internet and found this.

Are you serious? 40 lines to make a view bot? And all you need to do is... Key in a different number?

I'm honestly new to programming and dumb as fuck so please enlighten me what am I missing.

Why are people selling hundreds of dollars of packages on the website.

Is there some hidden instruction I'm not aware of, or other bots made it harder to be detected by Twitch (which will make it worth the money since no one wants to get 'caught').

Thank you.
 
This type of bot does not meet your expectations, with the scheme of operation, get banned quickly. Another thing is that you need to invest in a good proxy or API that rotates user agents and IPs - it's not cheap when building scale.
 
The code is easy. There are other variables proxy, accounts, API, and lot more :)
 
Bro Python is really easy, and there are so many libraries that coders make and share you can plug and play and make some nifty bots.
 
tl;dr; it is not about python. If you are trying to bot a platform, you are playing a cat and mouse game. Use whatever weapon/language you want. As long as you know how you solve the problems introduced every x hours by the platform, you can do it.

Hope it helps.
 
Back
Top