simple social network, memorial of Google+
Find a file
2019-10-11 12:57:40 +02:00
static Adding a footer 2019-10-10 19:43:02 +02:00
templates Added capability to log in via email 2019-10-11 12:57:40 +02:00
.gitignore Now it is clear we want Python 3 only 2019-10-11 12:20:40 +02:00
app.py Added capability to log in via email 2019-10-11 12:57:40 +02:00
CHANGELOG.md Added capability to log in via email 2019-10-11 12:57:40 +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 Now it is clear we want Python 3 only 2019-10-11 12:20:40 +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

Requirements

  • Python 3 only. We don't want to support Python 2.
  • Flask web framework.
  • Peewee ORM.