RaresBares
Newbie
- Dec 25, 2020
- 6
- 0
I recently made a Twitch-Views-Bot. What should I say.... It works, but it has an issue.
This all works with proxies and its working pretty well. When I start it the views rise and everything is fine, but after 20 seconds the views decrease and everything is like before. If I start my old bot (with selenium) the views rise again, so the proxies I use arent blacklisted.
To analyze it better, I made a graph of the views triggert by my API-Views-Botter: (The 4 Graphs are showing 4 tries made one after other)(The time is measured in updates of the views)




You can see, that after the 4th step the views are decreasing again. Here is a graph made with my Selenium-Bottor:

You can see again, that after the 4 (approximately) the views decrease and at the 7th step the views increase again. I think, that the browser is detecting the proxies somehow as api-abuser and making something like a
authentification or Check-Up. I looked for it, but I didnt find anything. Can you help me with it?
Info: The proxies i used for selenium and the API-abuser are the same and the test are make instantly one after the other espect of the selenium. (Selenium was made 30 mins after because it didnt work)
How It works
- It gets The Streams-m3u8
- It extracts from 1. the stream-m3u8 with the lowest bitrate
- Its getting the TS-Files from the lowest-bitrate-stream and does a GET-Request to it.
This all works with proxies and its working pretty well. When I start it the views rise and everything is fine, but after 20 seconds the views decrease and everything is like before. If I start my old bot (with selenium) the views rise again, so the proxies I use arent blacklisted.
To analyze it better, I made a graph of the views triggert by my API-Views-Botter: (The 4 Graphs are showing 4 tries made one after other)(The time is measured in updates of the views)




You can see, that after the 4th step the views are decreasing again. Here is a graph made with my Selenium-Bottor:

You can see again, that after the 4 (approximately) the views decrease and at the 7th step the views increase again. I think, that the browser is detecting the proxies somehow as api-abuser and making something like a
authentification or Check-Up. I looked for it, but I didnt find anything. Can you help me with it?
Info: The proxies i used for selenium and the API-abuser are the same and the test are make instantly one after the other espect of the selenium. (Selenium was made 30 mins after because it didnt work)