Skip to content

stockholmuniversity/topdesk-redirect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TOPdesk redirector

Use a bookmark with a keyword to open a ticket number in TOPdesk via this application which finds out the unid of the ticket to be able to redirect you to the correct ticket.

Usage

Of course, install and use this application inside a venv or container.

Installation

$ pip3 install topdesk-redirect

Running

Using flask run

$ FLASK_APP=topdesk_redirect:app flask run

In prod using e.g. gunicorn

$ pip3 install gunicorn
$ gunicorn topdesk_redirect:app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published