Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spookey/today-i
Wordpress publisher using LDAP Auth
https://github.com/spookey/today-i
Last synced: about 2 months ago
JSON representation
Wordpress publisher using LDAP Auth
- Host: GitHub
- URL: https://github.com/spookey/today-i
- Owner: spookey
- Created: 2013-11-27T14:19:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-08T19:43:53.000Z (almost 11 years ago)
- Last Synced: 2024-10-19T17:28:54.991Z (3 months ago)
- Language: Python
- Size: 433 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.markdown
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: