A discord bot for tracking Iranian Minecraft servers and showing the statistics of them
Installation needs a valid installation of Python > 3.6
Use the package manager pip to install requirments.txt
pip install -r requirments.txt
Copy storage/data/.env.sample
to storage/data/.env
and update tokens/prefixes etc as desired
# Run the discord bot
python main.py run
# Fetching all servers and updating them in database
python main.py db:update
# Running tests/test_basic.py for testing purposes
python main.py test
Install Docker, e.g. Download Docker.
Enter the docker-compose.yml
file in the main Directory and fill in the following values as desired and according to the settings of the /storage/data/.env
file:
# Database port change values
ports:
- "3306:3306"
# Database access change values
environment:
- MYSQL_ROOT_PASSWORD
- MYSQL_USER
- MYSQL_PASSWORD
- MYSQL_DATABASE
Warning: Do not change the value of MYSQL_HOST
in the .env
file.
Then enter this command in the main Directory:
# Run docker-compose
docker-compose up -d
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
FBL is tool to find broken links in articles and files
🎨 ASCII art library for Python
solve all cs Course for python
solve some fun problem in python
Coefficient of Variation (CV) and Coefficient of Quartile Variation (CQV) with Confidence Intervals (CI). Python port of https://github.com/MaaniBeigy/cvcqv)
This repository presents a full process of training a vehicle tracking model using `deep-person-reid` repository. Further, a complete web-application service based on FastAPI is provided that extracts features using YoloV5 and trained model.
A toolkit full of handy functions including most used models and utilities for deep-learning practitioners!
a simple blog and otp Authentication with django rest framework