Skip to content

athphane/mediacenter-bot

Repository files navigation

Media Center Bot

A Telegram Bot to take control of your Media Center, built with 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 on your server or a free server from MongoDB 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

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