Skip to content

marchon/flitter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a small flask-based app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published