Skip to content

pombredanne/TaskSubmit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this

This is a very simple Flask tool to allow people to submit tasks to your Inthe.AM task list. I hacked this together for myself in a few minutes, and it uses OpenID authentication against the Fedora account system to prevent spam.

Development setup

  1. Create a my_key file containing "export API_KEY="inthe.AM API key"
  2. Run python setup.py develop
  3. Run ./start.sh

Setting up

  1. Create an OpenShift app (or other mod_wsgi host)
  2. Set environment variable API_KEY="inthe.AM API key", for openshift: "rhc set-env -a tasksubmit API_KEY='username:key'
  3. Enjoy

About

Method for the public to submit tasks to inthe.AM managed lists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.2%
  • HTML 22.4%
  • Shell 7.4%