Skip to content
 
 

Repository files navigation

Build Status Coverage Status Codacy Badge

Python-BlackJackBot

This is the code for my Telegram Bot with which you can play the game Black Jack. You can find it here: https://telegram.me/BlackJackBot

The main file, which needs to be executed is 'main.py'. Please create a copy of the config.sample.py, name it config.py and enter the config data (e.g. bot token).

Setup

The bot uses the python-telegram-bot framework to make Telegram API calls. You can install it like that:

pip install -r requirements.txt

Database

The bot uses a SQLite database. The database file is in the "database" directory. It is called 'users.db'. The database gets auto-generated, if it doesn't exist. Make sure the program has write access to the database directory.

About

A Telegram bot written in Python to play the game BlackJack alone or with your friends

Resources

Code of conduct

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages