simple social network, memorial of Google+
Find a file
2019-10-10 21:14:58 +02:00
static Adding a footer 2019-10-10 19:43:02 +02:00
templates Added message privacy, currently 4 levels 2019-10-10 21:14:58 +02:00
.gitignore Added file upload 2019-05-02 15:47:23 +02:00
app.py Added message privacy, currently 4 levels 2019-10-10 21:14:58 +02:00
app.py~ Added message privacy, currently 4 levels 2019-10-10 21:14:58 +02:00
CHANGELOG.md Added message privacy, currently 4 levels 2019-10-10 21:14:58 +02:00
config.py Split config from app; some style changes 2019-10-10 19:31:36 +02:00
LICENSE Adding an about section, version number and license 2019-10-09 19:51:18 +02:00
README.md Some improvements for repository users 2019-10-09 21:08:10 +02:00
requirements.txt Some improvements for repository users 2019-10-09 21:08:10 +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