Twitch-Farmer icon indicating copy to clipboard operation
Twitch-Farmer copied to clipboard

Would it be possible to simulate Twitch viewing without using selenium for less performance cost

Open DudeManGuy0 opened this issue 3 years ago • 3 comments

I think this project is great but was wondering if its possible to switch it over to a better App-Twitch interface that cuts out unnecessary parts to save on performance. As you can expect it would be pretty costly to run 100 of these bots at once. Basically, can Twitch viewing be simulated using http/https requests to save on performance. I do have a feeling it can be done but is very hard with the measures Twitch puts in to counter these bots.

DudeManGuy0 avatar Nov 15 '20 21:11 DudeManGuy0

Hi, I was looking into possibilities like this when I wanted to make this bot, unfortunately, I don't know how to solve the captcha issue.

But you are more than free to try and experiment and see if it works out. I will be happy to merge your pull request! 🙂

andrei-zgirvaci avatar Dec 11 '20 02:12 andrei-zgirvaci

Hi, I was looking into possibilities like this when I wanted to make this bot, unfortunately, I don't know how to solve the captcha issue.

But you are more than free to try and experiment and see if it works out. I will be happy to merge your pull request! 🙂

If it that simple you can use paid API to solve captchas. If you can give me more details and how I can implement this I can write the code to solve it (although a paid API key will be needed).

DudeManGuy0 avatar Dec 12 '20 08:12 DudeManGuy0

You would probably use Request module to make requests to an external API.

If you want to scrape websites you can use Scrapy module. Give it a try and see how far you can go with web scraping. Good luck :)

andrei-zgirvaci avatar Dec 19 '20 03:12 andrei-zgirvaci