/youtube-bot-1

Youtube bot for various features such as subscribe certain channel or increase views

Primary LanguagePython

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:

  • login to google
  • subscribe a channel
  • like a video

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