Clickbot
A bot that sends automated website traffic using different User Agents
Install / Use
/learn @scoshield/ClickbotREADME
Clickbot
This is a Python script that sends bot traffic to any website.
It performs automated actions such as:
- Use different entry points,
- Navigate to different webpages,
- Automated web page scrolling
- Change the User Agent information on every visit
- Use a proxy server with rotating IPs and send unique IP on every request.
Instructions
To be able to send the traffic to your website, follow the instructions
1. Clone the repository into your local folder
2. Download the latest Chrome Driver, rename it to chromedriver.exe and replace the existing file under /drivers folder
3. The website traffic links are in the file named socialLinks.py. This file contains shortened URL links picked from twitter. You can replace this with your social media links or shortened URLs.
4. Once you've included your links in Step 4, navigate to main.py and change this line rand_url = random.randrange(1, x, 1), x being the total number of URLs in 4.
