/VideoCompressBot

Beta Version

Primary LanguagePythonGNU General Public License v3.0GPL-3.0


Credits, and Thanks to

Installation

The Easy Way

Deploy

The Hard Way

virtualenv -p python3 VENV
. ./VENV/bin/activate
pip install -r requirements.txt
# <Create config.py with variables as given below>
python bot.py

An example config.py file could be:

Not All of the variables are mandatory

from sample_config import Config

class Development(Config):
  APP_ID = 6
  API_HASH = "eb06d4abfb49dc3eeb1aeb98ae0f581e"
  TG_BOT_TOKEN = ""
  AUTH_USERS = [
    7351948
  ]

@BotFather Commands

start - Check if the Bot is Online!
help - How to use this Bot?
me - Check Your Subscription
compress - Compress Video
Tried to modify it littlebit 

LICENSE

  • GPLv3