https://github.com/adamff-dev/videobot
Share a YouTube video via a Telegram Bot and your PC will play it automatically.
https://github.com/adamff-dev/videobot
Last synced: 9 months ago
JSON representation
Share a YouTube video via a Telegram Bot and your PC will play it automatically.
- Host: GitHub
- URL: https://github.com/adamff-dev/videobot
- Owner: adamff-dev
- Created: 2018-11-05T13:52:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-10T12:41:49.000Z (over 6 years ago)
- Last Synced: 2025-01-13T15:34:54.522Z (over 1 year ago)
- Language: Python
- Size: 166 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VideoBot
Share a YouTube video via a Telegram Bot and your PC will play it automatically.

## Requirements (python libs)
- **python-telegram-bot** `pip install python-telegram-bot --upgrade`: https://github.com/python-telegram-bot/python-telegram-bot
- **emoji** `pip install emoji --upgrade` https://github.com/carpedm20/emoji/
## Instalation
1. Download the files `git clone https://github.com/BlueArduino20/VideoBot`
2. Requirements instalation
2.1. Method 1: Run "pip install -r requirements.txt"
2.2 Method 2: Manualy install requirements listed above
3. Run the python script `python videobot.sh`
