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

https://github.com/kreipikc/telebot-krep

My first telegram bot on python with mini-games: roulette
https://github.com/kreipikc/telebot-krep

python sqlite3 telegram-bot

Last synced: about 2 months ago
JSON representation

My first telegram bot on python with mini-games: roulette

Awesome Lists containing this project

README

        

## What kind of project is this?
This is my trial telegram bot with mini-games and a randomizer.

## What did I use to create?
- Python
- sqlite3 (SQL)

To create a bot, I use the API from Telegram, as well as the python programming language, and to store a local database, I used sqlite3 (SQL).

## What was this project created for?
This project was created for the purpose of training the creation of telegram bots.