simple social network, memorial of Google+
Find a file
2019-10-15 14:13:55 +02:00
static Added the capability to edit messages 2019-10-14 19:53:33 +02:00
templates Moving site name to config.py 2019-10-15 14:13:55 +02:00
.gitignore Now it is clear we want Python 3 only 2019-10-11 12:20:40 +02:00
app.py Moving site name to config.py 2019-10-15 14:13:55 +02:00
CHANGELOG.md Other fixes 2019-10-14 21:24:41 +02:00
config.py Moving site name to config.py 2019-10-15 14:13:55 +02:00
LICENSE Adding an about section, version number and license 2019-10-09 19:51:18 +02:00
migrate_0_4_to_0_5.py schema change; added flask-login 2019-10-12 19:22:10 +02:00
README.md schema change; added flask-login 2019-10-12 19:22:10 +02:00
requirements.txt schema change; added flask-login 2019-10-12 19:22:10 +02:00
robots.txt Fixes and style improvements; added a mock of terms, privacy and robots.txt 2019-10-11 17:20:24 +02:00
run_example.py Added message privacy, currently 4 levels 2019-10-10 21:14:58 +02:00

Cori+

A simple social network, inspired by the now dead Google-Plus.

To run the app, run the file "run_example.py"

Based on Tweepee example of peewee.

Features

  • Create text statuses, optionally with image
  • Follow users
  • Timeline feed
  • In-site notifications
  • 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.