https://github.com/mannekeenpis/technopolis-bot
🤖😃 The Automated Birthday Wisher, New Podcast Sender Telegram bot (Python/Telebot/Shedule/Pandas)
https://github.com/mannekeenpis/technopolis-bot
python telebot
Last synced: about 1 month ago
JSON representation
🤖😃 The Automated Birthday Wisher, New Podcast Sender Telegram bot (Python/Telebot/Shedule/Pandas)
- Host: GitHub
- URL: https://github.com/mannekeenpis/technopolis-bot
- Owner: mannekeenpis
- Created: 2022-04-03T20:12:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T16:30:50.000Z (almost 3 years ago)
- Last Synced: 2025-03-14T14:08:32.576Z (about 2 months ago)
- Topics: python, telebot
- Language: Python
- Homepage:
- Size: 3.23 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🤖🎈 The Automated Birthday Wisher, New Podcast Sender Telegram bot
![]()
![]()
![]()
![]()
### Бот Артём умеет:
- Поздравляет с Днём Рождения
- Реагирует сообщением в ответ на аудио, видео, фото, голосовые записи, закреплённые сообщения
- Присылает ссылку на свежий эфир радио-шоу Технополис### Отвечает на команды:
- Артём как дела?
- Когда соберёмся?
- Когда выйдет новый эфир Технополис?
- Лысый, Лысого, с лысым, у лысого, лысому
- Едем, Едем!, Поедем?, Точно поедем?, Едешь?, Ты едешь?,Поехали?, едем, едем!, поедем?, точно поедем?, едешь?, ты едешь?, поехали?
- Python
- Telebot
- Shedule
- Feedparser
- Pandas---
# Installation on Linux and Unix like OS
```
git clone https://github.com/lenargasimov/technopolis-bot.git
cd technopolis-bot
pip3 install -r requirements.txt
python3 main.py
```# Installation on Windows
```
git clone https://github.com/lenargasimov/technopolis-bot.git
cd technopolis-bot
pip install -r requirements.txt
python main.py
```