项目作者: athphane

项目描述 :
A Telegram Bot to interface with your media server
高级语言: Python
项目地址: git://github.com/athphane/mediacenter-bot.git
创建时间: 2019-10-24T15:06:29Z
项目社区:https://github.com/athphane/mediacenter-bot

开源协议:GNU General Public License v3.0

下载


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

  1. git clone https://github.com/athphane/mediacenter-bot.git
  2. cd mediacenter-bot
  3. virtualenv venv
  4. source venv/bin/activate
  5. pip install -r requirements.txt
  6. python -m mediacenter.

Credits, and Thanks to