/VideoChecker

Checks the Youtube channel for new videos and downloads them

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

A simple telegram bot that checks the YouTube channel for new videos and, if there are any, sends them by id Written using yt-dlp, messages are sent using regular POST requests

Demo

Installation

  1. Clone repository
git clone https://github.com/Nediorg/VideoChecker
cd VideoChecker
  1. Install packages
pip install -r requirements.txt
  1. cd to src/
cd src
  1. Write your config in src/config.py
  2. Start bot
python3 main.py

Contributing

This is a project made just for fun, but you can create an issue or send pull requests. All contributions are welcome!

License

This project is licensed under the GNU GPL v3.0. See the LICENSE file for more information.