Repugnantt / VidComBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Video Compressor Bot

HOW TO DEPLOY YOUTUBE TUTORIAL

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 - Checking bot live.
compress - To compress the video.
cancel - Stop the process.
log - Get log
help - To know about bot

CREDITS

@SpEcHide

LICENSE

  • GPLv3

About

License:GNU General Public License v3.0


Languages

Language:Python 98.9%Language:Dockerfile 0.9%Language:Shell 0.2%