This is a Python program for building a basic Telegram bot to share links.
-
Make sure you have Python 3.9 installed. You can download it from here.
-
Clone this repository:
git clone https://github.com/AlirezaRafiyian/TelegramBot.git
I. Navigate to the project directory: cd your-repository
II. Install the required dependencies: pip install -r requirements.txt ** Do not forget to get the Token from Telegram BotFather.
Some classes may have changed in python-telegram-bot the specific version that I used for this code was 13.3