AdFly-Bot is bot created for adf.ly website.
- Multi-threaded.
- Support for multiple URLs.
- Support for ChromeDriver and GeckoDriver.
- Headless mode.
- Slow start mode for older machines.
- IP and User agent rotation.
- Debug mode.
- Install Git.
- Install Python.
- Install Google Chrome.
Or
Install Firefox. - Run following command in the command prompt:
git clone "https://github.com/DeBos99/adfly-bot.git"
- Run following commands in the terminal:
sudo apt install git python -y
git clone "https://github.com/DeBos99/adfly-bot.git"
- Run following commands in the terminal:
sudo pacman -S git python --noconfirm
git clone "https://github.com/DeBos99/adfly-bot.git"
- Run following commands in the terminal:
sudo yum install git python -y
git clone "https://github.com/DeBos99/adfly-bot.git"
- Run following commands in the terminal:
brew install git python
git clone "https://github.com/DeBos99/adfly-bot.git"
python main.py ARGUMENTS
Argument | Description |
---|---|
-u, --url URL | Sets url of video. |
-u, --url PATH | Sets path to file with urls. |
Argument | Description | Default value |
---|---|---|
-h, --help | Shows help message and exits. | |
-t, --threads N | Sets number of threads. | 15 |
-D, --driver {chrome,firefox} | Sets webdriver. | chrome |
-H, --headless | Enables headless mode. | False |
-s, --slow-start | Enables slow start mode. | False |
-p, --proxies PATH | Sets path to file with proxies. | Proxies list from internet. |
-U, --user-agent AGENT | Sets user agent. | Randomly generated user agent. |
-U, --user-agent PATH | Sets path to file with user agents. | Randomly generated user agent. |
-d, --debug | Enables debug mode. | False |
AdFly-Bot was created for educational purposes and I'm not taking responsibility for any of your actions.
- Michał Wróblewski - Main Developer - DeBos99
- Discord: DeBos#3292
- Reddit: DeBos99
This project is licensed under the MIT License - see the LICENSE file for details.