simple social network, memorial of Google+
Find a file
2019-11-08 16:51:32 +01:00
app Added new API endpoints 2019-11-08 16:51:32 +01:00
.gitignore Unpacking modules 2019-10-23 21:09:51 +02:00
CHANGELOG.md Added new API endpoints 2019-11-08 16:51:32 +01:00
config.py Unpacking modules 2019-10-23 21:09:51 +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
migrate_0_6_to_0_7.py Unpacking modules 2019-10-23 21:09:51 +02:00
migrate_0_7_to_0_8.py Schema and version number changes 2019-11-06 11:12:11 +01:00
README.md Adding feed to public API 2019-10-27 11:30:14 +01: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, do "flask run" in the package's parent directory.

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
  • 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.