simple social network, memorial of Google+
Find a file
2024-06-16 11:31:56 +02:00
app Fix imports 2024-06-16 11:31:56 +02:00
icons Add inline_svg 2021-10-17 10:20:47 +02:00
.gitignore Fix imports 2024-06-16 11:31:56 +02:00
CHANGELOG.md Add inline_svg 2021-10-17 10:20:47 +02:00
config.py Unpacking modules 2019-10-23 21:09:51 +02:00
favicon.ico Adding explore endpoint and fixing bugs 2019-11-22 18:20:32 +01: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 admin and report endpoints 2019-11-11 19:15:55 +01:00
requirements.txt schema change; added flask-login 2019-10-12 19:22:10 +02:00
robots.txt Adding admin and report endpoints 2019-11-11 19:15:55 +01: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.

This is the server. For the client, see coriplusapp.

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.