Skip to content

AdFly-Bot is bot created for adf.ly website.

License

Notifications You must be signed in to change notification settings

eliecer696/adfly-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdFly-Bot

Made with Python

GitHub GitHub followers GitHub forks GitHub stars GitHub watchers GitHub contributors

GitHub commit activity GitHub commit activity GitHub commit activity GitHub last commit

GitHub issues GitHub closed issues

Donate

AdFly-Bot is bot created for adf.ly website.

Content

Features

  • 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.

Installation

Windows

git clone "https://github.com/DeBos99/adfly-bot.git"

Unix

  • 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"

Usage

python main.py ARGUMENTS

Documentation

Required arguments

Argument Description
-u, --url URL Sets url of video.
-u, --url PATH Sets path to file with urls.

Optional arguments

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

Disclaimer

AdFly-Bot was created for educational purposes and I'm not taking responsibility for any of your actions.

Authors

  • Michał Wróblewski - Main Developer - DeBos99

Contact

  • Discord: DeBos#3292
  • Reddit: DeBos99

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

AdFly-Bot is bot created for adf.ly website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages