/automated-popcat

Script for sending clicks to popcat.click

Primary LanguagePythonBSD Zero Clause License0BSD

This is a Python script that automates sending clicks to the popcat server. 

It randomly sends between 750 to 800 clicks to https://stats.popcat.click/pop on a 30-second interval,
sending clicks directly using HTTP requests instead of interacting with the browser.

Popcat allows a maximum of 800 pops to be sent every 30 seconds, per IP address.

These are the headers sent along the HTTP POST request to avoid triggering Cloudflare's bot detection.
````
Host: stats.popcat.click
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
Accept: application/json, text/plain, */*
Accept-Language: en-GB,en;q=0.5
Accept-Encoding: gzip, deflate, br
Content-Type: application/x-www-form-urlencoded
Origin: https://popcat.click
Connection: keep-alive
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-site
````