Skip to content

ames0k0/IssueTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issue Tracker

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

Versions

  • 0.0.2
    • Code/Database documentations
    • Handle missclick
    • Detailed report/issue
  • 0.0.5
    • Remove registered project update #18
    • Update tables, Remove custom urls #19
  • 0.0.1
    • /start - Link GitHub repository with Telegram Channel
    • /report - Create an issue on GitHub

About

Let the community report/create an issues on GitHub

Resources

Stars

Watchers

Forks

Languages