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

https://github.com/bashkirtsevich-llc/pyanecdotestelegrambot

Python telegram bot with anecdotes
https://github.com/bashkirtsevich-llc/pyanecdotestelegrambot

anecdotes bot mongodb telegram telegram-bot telegram-bot-api

Last synced: about 2 months ago
JSON representation

Python telegram bot with anecdotes

Awesome Lists containing this project

README

          

# Telegream anecdotes bot
## Описание
Бот с анекдотами для Telegream, анекдоты хранятся в mongodb.

## Формат данных
CSV формат анекдотов для mongodb:
```
cat_translit,category,text.
```
В db.journal веедтся журнал использования бота.

![alt text](https://raw.githubusercontent.com/bashkirtsevich/pyAnecdotesTelegramBot/master/bot_view.png "bot interface")

## Необходимые зависимости
```bash
pip install -r bot/requirements.txt
```