leejh3224 / youtube-bot

Youtube bot for various features such as subscribe certain channel or increase views
54 stars 39 forks source link

Youtube bot

Getting Started

  1. This program uses chromedriver. So you must install it via link.
  2. Clone the repository.
git clone https://github.com/leejh3224/youtube-bot.git && cd youtube-bot
  1. Create main.py inside root directory. (You can copy example-subscribe.py)
touch main.py or
cp example-subscribe.py main.py
  1. execute main.py.
python3 main.py

features:

If you have any issue or code suggestion, please make an issue or pull request.