Your Telegram Bot Name is a Python Telegram bot that sends random memes from "anekdot.ru" to users on Telegram.
This bot is built using the Telebot library, which provides an easy-to-use interface for interacting with the Telegram Bot API. The bot sends random meme images to users when they send the command "/mem" or the message "Мем". The bot fetches the memes from "anekdot.ru" using web scraping techniques.
- Python 3.x
- Telebot library (
pip install pyTelegramBotAPI) - Requests library (
pip install requests) - Beautiful Soup library (
pip install beautifulsoup4) - Pillow library (
pip install Pillow)
- Clone this repository to your local machine:
git clone https://github.com/your-username/your-telegram-bot.git
cd your-telegram-bot