Skip to content

vismitav/VideoComBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


🌀 Video Compressor Bot Product by BINARY Tech

videocombot

Deploy to Heroku

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 and @jijinividcombot

LICENSE

  • GPLv3

About

This is a TG Video Compress BoT. Product by BINARY Tech

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages