A web interface for simple-revert. Uses SQLite for job management and imports simple_revert for actual reverting.
- Create a virtualenv and run
pip install -r requirements.txt
. - Add
revertui/revert_job.py
to crontab, minutely. - Add
revertui/revertui.wsgi
to your web server, or startrevertui/run.py
for debugging. - Go to http://localhost:5000 or wherever you installed the WSGI script, and revert something.
Written by Ilya Zverev, licensed WTFPL.