- This program uses
chromedriver
. So you must install it via link. - Clone the repository.
git clone https://github.com/leejh3224/youtube-bot.git && cd youtube-bot
- Create
main.py
inside root directory. (You can copyexample-subscribe.py
)
touch main.py or
cp example-subscribe.py main.py
- execute
main.py
.
python3 main.py
- login to google
- subscribe a channel
- like a video
If you have any issue or code suggestion, please make an issue or pull request.