A Telegram bot to convert Text as a shareable text link format..🤗
- Easy Accessible
- Works in Chat and in Inline
- Supports emoji
- Compatible
Click the below button to deploy it on Heroku
Clone the repository:
git clone https://github.com/ashkar2001/shareurlbotv1
cd shareurlbotv1
Install dependencies:
pip3 install -r requirements.txt
Create config.py file with required variables.
Example:
class Config:
BOT_TOKEN = "1242918832:AAFQhNnkmx61J-36de51fd24d20Byj9zq60"
API_ID = 1234567
API_HASH = "eVfMaQBG78oXLAIg12K958J8F0"
Run the bot:
python3 main.py
BOT_TOKEN
Your bot token from @BotFatherAPI_ID
Your API ID from my.telegram.orgAPI_HASH
Your API Hash from my.telegram.org
Code released under MIT License.