No description
| .gitignore | ||
| .htaccess | ||
| readme.md | ||
| redirector.fcgi | ||
| redirector.py | ||
| urls.conf.sample | ||
Mini Short URL redirect
A small python Flask app to work as a simple URL shortener: It takes a list of short- and destination URLs and does a dynamic HTTP header redirect. The list of redirects is configured in a tabbed CSV file, which is observed for changes using watchdog.
Additionally redirects may be restricted to a certain period of time.
Requirements
Python packages:
- flask
- watchdog
- dateutil