Code Monkey home page Code Monkey logo

connect-four-online's Introduction

https://t.me/ConnectFourOnlineBot

Introduction

Welcome to the @ConnectFourOnlineBot. The bot is developed to play the game Connect Four game with a friend in a private chat.

The server side of the bot is written in Python using the aiohttp library and the aiogram library for the bot itself. The client side is written in Vue.js and uses the Vite.

Installation

Requirements:

  • Python - 3.10 and higher
  • Node js - 18.18.0 and higher
git clone https://github.com/Leroy-bit/connect-four-online
cd connect-four-online
pip3.10 install -r server/requirements.txt && cd client && npm install && npm run build && cd ..

Configuration

Setup bot in BotFather

  • Create a new bot using /newbot command, and enable inline mode for it, write the bot token which you received in BOT_TOKEN variable in config file
  • Create a new Mini App for this bot app using /newapp command, write miniapp name you've created in MINI_APP_NAME variable in config file

Setup config file

  • BASE_URL - domain on which the bot is hosted, should start with https://
  • BOT_TOKEN - bot token
  • WEBHOOK_SECRET_TOKEN - secret token using for webhook, can be any string
  • MINI_APP_NAME - mini app name that you created in BotFather (t.me/bot_name/MINI_APP_NAME)
  • SSL_CERT - path to ssl certificate, leave empty if you want to run in http mode (or if you will use ngrok)
  • SSL_PRIVATE_KEY - path to ssl private key, leave empty if you want to run in http mode (or if you will use ngrok)
  • LOG_LEVEL - log level, can be TRACE, DEBUG, INFO, WARNING, ERROR, CRITICAL. More information here

Running the application

Running with ngrok

Requirements:

You need to open two terminals and run the following commands in them

First terminal

python3.10 server/main.py

Second terminal

ngrok http --domain {your_ngrok_domain_name} 80

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.