Skip to content

philion/ticket-threader

Repository files navigation

ticket-threader

An external message threader for redmine

development

setting up

python3.11 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install IMAPClient
pip install python-dotenv
pip install requests
pip freeze > requirements.txt

testing

python -m unittest

operation

running

./threader.py

About

An external message threader for redmine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published