https://github.com/athphane/mediacenter-bot
A Telegram Bot to interface with your media server
https://github.com/athphane/mediacenter-bot
automation home-server media-center mongodb pyrogram qbittorrent server sonarr telegram telegram-bot
Last synced: 3 months ago
JSON representation
A Telegram Bot to interface with your media server
- Host: GitHub
- URL: https://github.com/athphane/mediacenter-bot
- Owner: athphane
- License: gpl-3.0
- Created: 2019-10-24T15:06:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T09:00:15.000Z (over 5 years ago)
- Last Synced: 2025-10-08T06:53:31.964Z (4 months ago)
- Topics: automation, home-server, media-center, mongodb, pyrogram, qbittorrent, server, sonarr, telegram, telegram-bot
- Language: Python
- Homepage:
- Size: 132 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Media Center Bot
A Telegram Bot to take control of your Media Center, built with [Pyrogram](https://github.com/pyrogram/pyrogram)
I assume you will read this whole README.md file before continuing.
### Development in progress.
## Requirements
You're gonna need to get the following programs and services either installed on your server
or signed up for. You must do all. It is a cardinal sin if you don't.
* `virtualenv` installed so that the packages don't interfere with other system packages.
* [MongoDB](https://www.mongodb.com) on your server or a free server from
[MongoDB Atlas](https://www.mongodb.com/cloud/atlas). Installation instructions are out of
scope for this README.
## Installing
#### One Click Deploy
There is no one click deploy.. It was all a ruse. You have to deploy like how I deploy it...
#### The way I deploy
```bash
git clone https://github.com/athphane/mediacenter-bot.git
cd mediacenter-bot
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python -m mediacenter.
```
## Credits, and Thanks to
* [Dan](https://t.me/haskell) for his [Pyrogram Library](https://github.com/pyrogram/pyrogram)