All Projects → d-Rickyy-b → Python-BlackJackBot

d-Rickyy-b / Python-BlackJackBot

Licence: GPL-3.0 License
A Telegram bot written in Python to play the game BlackJack alone or with your friends

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to Python-BlackJackBot

Telegram.bot
.NET Client for Telegram Bot API
Stars: ✭ 1,964 (+3991.67%)
Mutual labels:  telegram, telegram-bot, chatbot
Webhook2telegram
🤖 A simple bot to translate JSON HTTP requests into Telegram push messages
Stars: ✭ 357 (+643.75%)
Mutual labels:  telegram, telegram-bot, chatbot
Telegram.bot.framework
Simple framework for building Telegram bots
Stars: ✭ 73 (+52.08%)
Mutual labels:  telegram, telegram-bot, chatbot
technopsyna
телеграм бот для техноконфы
Stars: ✭ 16 (-66.67%)
Mutual labels:  telegram, telegram-bot, chatbot
Expressbot
一个可以帮你订阅、查询快递物流、跟你闲聊Telegram机器人
Stars: ✭ 137 (+185.42%)
Mutual labels:  telegram, telegram-bot, chatbot
Java Telegram Bot Tutorial
Java Telegram Bot Tutorial. Feel free to submit issue if you found a mistake.
Stars: ✭ 165 (+243.75%)
Mutual labels:  telegram, telegram-bot, chatbot
Telegram Bot Sdk
🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.
Stars: ✭ 2,212 (+4508.33%)
Mutual labels:  telegram, telegram-bot, chatbot
Urban Bot
🤖 The universal chatbot library based on React. Write once, launch Telegram, Facebook, Slack, ... every messenger with chatbots
Stars: ✭ 223 (+364.58%)
Mutual labels:  telegram, telegram-bot, chatbot
Swiftybot
How to create a Telegram, Facebook Messenger, and Google Assistant bot with Swift using Vapor on Ubuntu / macOS.
Stars: ✭ 247 (+414.58%)
Mutual labels:  telegram, telegram-bot
Python Telegram
Python client for the Telegram's tdlib
Stars: ✭ 246 (+412.5%)
Mutual labels:  telegram, telegram-bot
bot
茶馆群内QQ机器人(小可)
Stars: ✭ 61 (+27.08%)
Mutual labels:  telegram-bot, chatbot
Pagermaid Modify
PagerMaid Telegram utility daemon.
Stars: ✭ 241 (+402.08%)
Mutual labels:  telegram, telegram-bot
Core
PHP Telegram Bot based on the official Telegram Bot API
Stars: ✭ 2,899 (+5939.58%)
Mutual labels:  telegram, telegram-bot
Telegrammer
Telegram Bot - written with Swift 5.2 / NIO, supports Linux, macOS
Stars: ✭ 248 (+416.67%)
Mutual labels:  telegram, telegram-bot
Python Telegram Bot
We have made you a wrapper you can't refuse
Stars: ✭ 17,209 (+35752.08%)
Mutual labels:  telegram, chatbot
Bot-Telegram-BeMEAN
💣 Bot para o Telegram do grupo do Be MEAN
Stars: ✭ 76 (+58.33%)
Mutual labels:  telegram-bot, chatbot
webhook-aiogram-heroku
A sample telegram bot made with aiogram, that fetches updates using the web-hook connection. Can be easily deployed to Heroku.
Stars: ✭ 36 (-25%)
Mutual labels:  telegram, telegram-bot
Tlg joincaptchabot
Telegram Bot to verify if users that join a group, are humans. The Bot send an image captcha for each new user, and kick any of them that can't solve the captcha in a specified time.
Stars: ✭ 226 (+370.83%)
Mutual labels:  telegram, telegram-bot
Plants-Identification
🌻 Deep learning project of Taiwan plants classification and detection with chatbot implementation
Stars: ✭ 18 (-62.5%)
Mutual labels:  telegram-bot, chatbot
WilliamButcherBot
Telegram Group Manager Bot Written In Python Using Pyrogram.
Stars: ✭ 187 (+289.58%)
Mutual labels:  telegram, telegram-bot

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 the hosted version of it here: https://telegram.me/BlackJackBot

Setup

This project is really easy to set up. No matter which of the following ways you'll use, you'll always need a config file. To create one, simply copy the existing config.sample.py file and name it config.py. Enter your bot token and make your changes accordingly.

Then you're left with several ways to run this bot.

1.) Cloning the repo

If you want to run this code from source, you can just git clone this repo. It's recommended to create a new virtual environment (python3 -m venv /path/to/venv). This bot uses the python-telegram-bot framework to make Telegram API calls. You can install it (and potential other requlrements) like that:

pip install -r requirements.txt

Afterwards just run python3 bot.py and if done right, you'll be left with a working bot.

2.) Docker

This project also contains a Dockerfile as well as a pre-built Docker image hosted on the official Docker Hub.

You will also find the docker-compose.yml file with which you can easily set up your own instance of the bot. Just specify the path to your config etc. in said docker-compose file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].