simple social network, memorial of Google+
Find a file
2019-10-20 20:48:18 +02:00
static Update readme and changelog 2019-10-20 20:19:20 +02:00
templates Fixed problem when entering invalid data while editing profile 2019-10-20 20:04:58 +02:00
.gitignore Update readme and changelog 2019-10-20 20:19:20 +02:00
app.py Preparing for release 2019-10-20 20:48:18 +02:00
CHANGELOG.md Preparing for release 2019-10-20 20:48:18 +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
locations.txt Adding location and privacy policy 2019-10-20 13:14:16 +02:00
migrate_0_4_to_0_5.py schema change; added flask-login 2019-10-12 19:22:10 +02:00
README.md Update readme and changelog 2019-10-20 20:19:20 +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
  • Add info to your profile
  • 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.