simple social network, memorial of Google+
| app | ||
| .gitignore | ||
| CHANGELOG.md | ||
| config.py | ||
| LICENSE | ||
| locations.txt | ||
| migrate_0_4_to_0_5.py | ||
| migrate_0_6_to_0_7.py | ||
| migrate_0_7_to_0_8.py | ||
| README.md | ||
| requirements.txt | ||
| robots.txt | ||
| run_example.py | ||
Cori+
A simple social network, inspired by the now dead Google-Plus.
To run the app, do "flask run" in the package's parent directory.
Based on Tweepee example of peewee.
This is the server. For the client, see coriplusapp.
Features
- Create text statuses, optionally with image
- Follow users
- Timeline feed
- Add info to your profile
- In-site notifications
- Public API
- SQLite-based app
Requirements
- Python 3 only. We don't want to support Python 2.
- Flask web framework (also required extension Flask-Login).
- Peewee ORM.