Skip to content

thisORthat (TORT) - Telegram mini-app where you have to choose one of two things

License

Notifications You must be signed in to change notification settings

IgorVolochay/thisORthat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this OR that

Telegram mini-app where you have to choose one of two things.

Installation

  1. Installing the repository:
git clone https://github.com/IgorVolochay/thisORthat
  1. The project is written in Python3.9. Make sure you have it on your system. Go to the project folder, create a virtual environment and download pip requirements:
cd ./thisORthat
python3.9 -m venv venv
source ./venv/bin/activate
pip3 install -r requirements.txt
  1. Installing MongoDB database. You can use the official manual to install MongoDB manually, or use a Docker image to run the container:
docker run --name mongodb -d -p 27017:27017 mongodb/mongodb-community-server

About

thisORthat (TORT) - Telegram mini-app where you have to choose one of two things

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages