https://github.com/youngermaster/youtube-subscriber-bot
The idea is to create a bot that subscribes to a given channel automatically
https://github.com/youngermaster/youtube-subscriber-bot
automation python selenium-python youtube
Last synced: about 2 months ago
JSON representation
The idea is to create a bot that subscribes to a given channel automatically
- Host: GitHub
- URL: https://github.com/youngermaster/youtube-subscriber-bot
- Owner: Youngermaster
- License: mit
- Created: 2021-12-01T23:31:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T04:22:49.000Z (over 4 years ago)
- Last Synced: 2025-03-22T09:31:01.998Z (over 1 year ago)
- Topics: automation, python, selenium-python, youtube
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YouTube-Subscriber-Bot `[DEPRECATED]`
The idea is to create a bot that subscribes to a given channel automatically
## How to execute it?
I recomend to use *Python virtual environments*.
```shell
python -m venv venv
./venv/Scripts/activate
pip intall -r requirements.txt
python youtube_subscriber.py
```
## What I meant by `[DEPRECATED]`?
It means that I won't longer support this project, this due that the project didn't work fully,
the project project works fine sometimes, but sometimes it crashes.
So, if someone can use it as a base for future projects, or it's capable to make the project work
100% fine, well... Go ahead, I will be willing to learn how you did it.