Skip to content

A Telegram bot can compress the size of PDF documents. Useful for digital documentations.

License

Notifications You must be signed in to change notification settings

RomanGoddess/compress-pdf-tg-bot

 
 

Repository files navigation

About :

A simple pdf size compressing telegram robot witten in python. Mostly useful for digital documentation.

Deploy to Heroku:

Mandatory Variables:

  • API_HASH Your API Hash from my.telegram.org
  • APP_ID Your APP ID from my.telegram.org
  • BOT_TOKEN Your bot token from @BotFather

Deploy Locally:

Create a config.py with the above mandatory variables (Refer sample_config.py) and save it in the current working directory.

git clone https://github.com/m4mallu/compress-pdf-tg-bot
cd uniquify
virtualenv -p python3 venv
. ./venv/bin/activate
pip3 install -r requirements.txt
python3 bot.py

Credits:


Update Channel: Here


GPL3

About

A Telegram bot can compress the size of PDF documents. Useful for digital documentations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%