Let the community report/create an issues on GitHub
Note
Run commands in the Telegram Channel Discussion
Brief: Project Diagram and Screenshots (Wiki
is enabled)
/start - Link GitHub repository with Telegram Channel
/report - Create an issue on GitHub
Dependencies
python3 -V # Python 3.11.6 sqlite3 -version # 3.42.0 2023-05-16 12:36:15 831d0f...
# Set an Environment variables: $TG__TOKEN, $GH__TOKEN
cp ./deploy/secrets/.env-local-EXAMPLE ./deploy/secrets/.env-local
# Virtual Environment
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
# Run the program
python3 main.py