Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 648 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 648 Bytes

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.