Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.13 KB

image2pdf-Bot

A Heroku Deployable Telegram Bot With Force Sub To Convert Image To PDF.

Config Vars :

TOKEN = Enter Your Bot Token From @BotFather
API_ID = Your API_ID from https://my.telegram.org/apps
API_HASH = Your API_HASH from https://my.telegram.org/apps

Deploy Method :

Heroku :

Deploy

Termux :

apt update && apt upgrade
pkg update && pkg upgrade
pkg install python
pkg install git
git clone https://github.com/Prime-Hritu/image2pdf-Bot
cd image2pdf-Bot
pip install -r requirements.txt

Now Fill The Requirements In bot.py

To Run / Start The Bot

python bot.py

Contact Me :

Contact Me On Telegram

Give one star to the repo it will take only one click on your PC or Mobile screen 🙂

Special Thanks To lntechnical2 For Imagetopdf Repo