rajaganapathy2000 / QRCode-Telegram-bot

This is a simple bot. You generate QRcode with this bot

Home Page:https://abhijith-cloud.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QRCode-Telegram-bot

installation

Deploy

Libraries used: => Pyrogram => Telegraph

git clone https://github.com/Abhijith-cloud/QRCode-Telegram-bot.git / gh repo clone Abhijith-cloud/QRCode-Telegram-bot
pip3 install -r requirements.txt

Add your bot details

An example env.py file could be:

class EnvData:
    BOT_TOKEN = '1991308069:tU1gaAyvgAAGgo3F2AI2J7nxcqvkwoTCrpY' #add your API_HASH from https://my.telegram.org/apps
    API_ID = 1234567 #Add your API_ID from https://my.telegram.org/apps
    API_HASH = 'bc4811980930ad49d7f8e2b024f7cf13' #Add your Bot token from @Botfather

Go and get the bot token @BotFather

click the link to get your app id & api_hash my.telegram.org

Run your Bot

python3 main.py

Credits, and Thanks to

LICENSE

  • GPLv3

About

This is a simple bot. You generate QRcode with this bot

https://abhijith-cloud.github.io/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%