Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spookey/today-i

Wordpress publisher using LDAP Auth
https://github.com/spookey/today-i

Last synced: 1 day ago
JSON representation

Wordpress publisher using LDAP Auth

Awesome Lists containing this project

README

        

# Today I

We had the urge to broadcast our activities (things we did today) from our local Hackerspace to the world.

This is a very quick and dirty hack, using our LDAP Server for authentication and our Wordpress Blog as target Platform, but it works and this is what matters!

## Dependencies

__Today I__ runs in python 2.7 and has some dependencies (see `_etc/reqirements.pip` for details). To install them run the following:

* pip install flask
* pip install flask-login
* pip install flask-wtf
* pip install simpleldap
* pip install img-rotate

* pip install PIL

Debian drives me insane™:

* aptitude install python-imaging

Don't forget to edit the `config.py` afterwards. :smiley_cat:

:octocat: