Taiwan NO.1 !!!
- Drive multiple Chrome windows to click by multithreading.
- Use HAProxy + TOR to prevent to be blocked by API rate limit
- Download Chrome driver based on your OS.
- Move the driver to folders in
PATHsuch as/usr/local/bin,/usr/bin.
poetry installpoetry run pypopcat emit --n_threads 1 --country TWOpen haproxy service by docker
docker run -d -p 5566:5566 -p 4444:4444 --env tors=25 mattes/rotating-proxyAnd run command to pop clicks by selenium
poetry run pypopcat emit --n_threads 5 --country TW --proxy_server=http://localhost:5566According to popcat's rules, you can't exceed 800 clicks every 30s. You need to adjust n_threads due to worker's pps.


