https://github.com/nuhmanpk/tg-file_com_bot
https://github.com/nuhmanpk/tg-file_com_bot
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nuhmanpk/tg-file_com_bot
- Owner: nuhmanpk
- License: gpl-3.0
- Created: 2020-11-14T11:57:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T06:16:42.000Z (almost 5 years ago)
- Last Synced: 2025-03-26T03:33:23.973Z (7 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
---
## Video Compressor Bot
## HOW TO DEPLOY YOUTUBE TUTORIAL
#### The Easy Way
[](https://heroku.com/deploy?template=https://github.com/Jijinr/VidComBot)
#### The Hard Way
```sh
virtualenv -p python3 VENV
. ./VENV/bin/activate
pip install -r requirements.txt
#
python bot.py
```An example `config.py` file could be:
**Not All of the variables are mandatory**
```python3
from sample_config import Configclass Development(Config):
APP_ID = 6
API_HASH = "eb06d4abfb49dc3eeb1aeb98ae0f581e"
TG_BOT_TOKEN = ""
AUTH_USERS = [
7351948
]
```### [@BotFather](https://telegram.dog/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](https://github.com/spechide/publicleech)
#### LICENSE
- GPLv3