/Erika-Amano

Video Encoder Bot

Primary LanguagePython

Compressor Bot

Erika Amano

Erika Amano (天野 エリカ, Amano Erika) is the main female protagonist of the A Couple of Cuckoos manga series. She is a popular Instagram celebrity who is the biological daughter of the family that raised Nagi.


We made this bot for video encoding purpose of telegram files because telegram provides us with unlimited cloud storage and people may be unable to download all videos because of using mobile data. As we know that the mobile data that we get is limited. So by using this bot user can reduce the size of the video and watch the video in less data.

Features

[+] Make Sure You Add All These Mandatory Vars. 
    [-] Supports Multiple Users. 
    [-] Queue Support.
    [-] Authroize Request and Unauthorize
    [-] Inbuilt Settings Change Option.
    [-] Inbuilt restart command.
    [-] Easy deploy.

Deploy

Variables

[+] Make Sure You Add All These Mandatory Vars. 
    [-] API_ID:   You can get this value from https://my.telegram.org
    [-] APP_HASH :   You can get this value from https://my.telegram.org
    [-] OWNER_ID : Your Telegram username. Without @.
    [-] BOT_TOKEN: Get from botfarther
    [-] FILES_CHANNEL: File channel (E.g -10037823545)
    [-] MONGO_DB : get from cloud.mongodb.com.'
[+] The Bot won't run without setting the mandatory vars.

Local Deploy

[-] apt install python3 python3-pip ffmpeg -y
[-] git clone your_fork_url
[-] cd ErikaAmano 
[-] pip3 install -r requirements.txt && sudo apt install ffmpeg python3 python3-pip -y
[-] nano Bot/__init__.py edit variables (use (up and down keyboard buttons))
[-] python3 -m Bot

Heroku Deploy

Deploying