Clone this project to your computer and install required dependencies
# Windows
python -m venv .venv
.\.venv\Scripts\activate
pip install -r .\requirements.txt
# Mac
python3 -m venv venv
source ./venv/bin/activate
pip install -r ./requirements.txtRename .env.example to .env then changes all the variables base on your need
# Windows
python .\main.py
# Mac
python ./main.pySearching for PyInstaller for details