Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliseydudin/gambling
a telegram bot for gambling :fire:
https://github.com/eliseydudin/gambling
aiogram python telegram telegram-bot
Last synced: 12 days ago
JSON representation
a telegram bot for gambling :fire:
- Host: GitHub
- URL: https://github.com/eliseydudin/gambling
- Owner: eliseydudin
- License: gpl-3.0
- Created: 2024-12-03T07:20:54.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2024-12-11T18:15:42.000Z (15 days ago)
- Last Synced: 2024-12-11T19:25:03.512Z (15 days ago)
- Topics: aiogram, python, telegram, telegram-bot
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lets-go-gambling
a telegram bot for gambling :fire:# setup
basically all you need to do is to redact the `.env` file, and put your telegram bot's token in there.
example:
```.env
TOKEN = "ABCDEFG:123456"
```
after that just do `uv run gambling/__init__.py`.
the bot will create a `gambling.db` file, in which you can work with users' data.