Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connorswis/casino-bot
A casino discord bot written in Python
https://github.com/connorswis/casino-bot
blackjack blackjack-python bot casino casino-games discord discord-py python
Last synced: 18 days ago
JSON representation
A casino discord bot written in Python
- Host: GitHub
- URL: https://github.com/connorswis/casino-bot
- Owner: ConnorSwis
- License: mit
- Created: 2021-05-21T13:47:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T07:08:14.000Z (7 months ago)
- Last Synced: 2025-01-07T14:08:35.375Z (25 days ago)
- Topics: blackjack, blackjack-python, bot, casino, casino-games, discord, discord-py, python
- Language: Python
- Homepage:
- Size: 2.73 MB
- Stars: 68
- Watchers: 2
- Forks: 36
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Casino Bot
Casino bot is a gambling discord bot I made for my friends.It is able to play blackjack, slots, flip a coin, and roll dice. It stores everyone's money on an SQLite3 database.
Feel free to download and use for yourself!
## Installation
1. Create a bot application on [Discord](https://discord.com/developers)
2. Have [Python 3.7](https://python.org) or later installed.
3. Clone the repository
4. Install requirements from [requirements.txt](requirements.txt)
5. Configure [config.yml](config.yml)
6. Run it