An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

        

🤖🎈 The Automated Birthday Wisher, New Podcast Sender Telegram bot

Tweet


robot



forks
stars


### Бот Артём умеет:

- Поздравляет с Днём Рождения
- Реагирует сообщением в ответ на аудио, видео, фото, голосовые записи, закреплённые сообщения
- Присылает ссылку на свежий эфир радио-шоу Технополис

### Отвечает на команды:

- Артём как дела?
- Когда соберёмся?
- Когда выйдет новый эфир Технополис?
- Лысый, Лысого, с лысым, у лысого, лысому
- Едем, Едем!, Поедем?, Точно поедем?, Едешь?, Ты едешь?,Поехали?, едем, едем!, поедем?, точно поедем?, едешь?, ты едешь?, поехали?

![screen](screen.png)

- 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
```