Edouard127 / reddit-placebot-2023

A bot for r/place that doesn't use the api
MIT License
88 stars 15 forks source link

Idea: Make a p2p #102

Open Edouard127 opened 1 year ago

Edouard127 commented 1 year ago

Since we cannot use a single tor node to handle all the the traffic, we could make a p2p, if I take the number of stars on the project, currently 91, that means that we could have at least 273 connections at the same time

If the reddit anti bot system only check for simultaneous connection, I could implement a borrowing system similar to the browser system in the bot to login, to have thousands of accounts on those connections

Saiv46 commented 1 year ago

I believe too that Reddit have a far simpler system of one message per IP per 10 seconds.

So maybe we need a pool of proxies with queue system. Of course it may be inefficient, as every worker will need to constantly watch for changes and update stored desired state.

Edouard127 commented 1 year ago

I believe too that Reddit have a far simpler system of one message per IP per 10 seconds.

So maybe we need a pool of proxies with queue system. Of course it may be inefficient, as every worker will need to constantly watch for changes and update stored desired state.

Each users using the program will be able to use the IP of everyone for 3 accounts at the same time