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
- Host: GitHub
- URL: https://github.com/kreipikc/telebot-krep
- Owner: kreipikc
- Created: 2024-08-24T21:35:03.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-03-22T06:21:57.000Z (2 months ago)
- Last Synced: 2025-03-22T07:23:37.616Z (2 months ago)
- Topics: python, sqlite3, telegram-bot
- Language: Python
- Homepage:
- Size: 6.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.