Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.17 KB

README.md

File metadata and controls

54 lines (40 loc) · 1.17 KB

ShareURLbotV1 😋

A Telegram bot to convert Text as a shareable text link format..🤗

Features

  • Easy Accessible
  • Works in Chat and in Inline
  • Supports emoji
  • Compatible

Installation

Deploy to Heroku

Click the below button to deploy it on Heroku

Deploy

Deploy in your VPS

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

Configs

License

Code released under MIT License.

Thanks to Pyrogram