A Telegram bot can compress the size of PDF documents
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
Read more