https://github.com/teohm/flitter
a small flask-based app
https://github.com/teohm/flitter
Last synced: 10 months ago
JSON representation
a small flask-based app
- Host: GitHub
- URL: https://github.com/teohm/flitter
- Owner: teohm
- Created: 2011-01-09T14:37:50.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-02-11T09:44:42.000Z (over 15 years ago)
- Last Synced: 2025-07-11T21:38:52.723Z (12 months ago)
- Language: Python
- Homepage:
- Size: 135 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
Awesome Lists containing this project
README
Flitter
=======
To run:
python run.py # goto http://localhost:5000/flitter
To configure, edit flittercfg.py and re-run.
To fork:
git clone git://github.com/teohm/flitter
Implemented features
--------------------
* User registration (standard user+password)
* Password stored as salted sha256 hash
* Create new post after user login
* Limit post entry's length, configurable in flittercfg.py
* View public user posts
* Endless scroll pagination, configrable in flittercfg.py