1
0
Fork 0
Flask-based microblogging/forum system
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Danii dc2c1be031
Disallow Registering with Reserved Characters
5 months ago
boards init commit 5 months ago
static show replies on board, fix reg flow 5 months ago
templates Restrict Username Specification to Disallow '%' 5 months ago
LICENSE init commit 5 months ago
README.md init commit 5 months ago
boards.json init commit 5 months ago
config.json init commit 5 months ago
config.json.ex add private boards 5 months ago
follows.json init commit 5 months ago
main.py add media proxy for images 5 months ago
morsel_avatar.py init commit 5 months ago
morsel_boards.py add private boards 5 months ago
morsel_home.py show replies on board, fix reg flow 5 months ago
morsel_login.py Disallow Registering with Reserved Characters 5 months ago
morsel_proxy.py add media proxy for images 5 months ago
morsel_users.py ONE MORE TIME AROUND 5 months ago
morsel_util.py add... the main thing... 5 months ago
reset_credentials.sh add private boards 5 months ago
users.json add private boards 5 months ago

README.md

morsel

WIP microblogging service.

setup

First, git clone the source code to a folder of your choosing. cd to that folder, then:

  1. Open config.json in a text editor and switch owner to your username. (You'll make your account later.
  2. Run python -m flask --app main.py run. Then, navigate to port 5000 in your web browser and create an account using the username you specified earlier.

Note that changes in permissions in config.json don't affect the owner account.

Just like that, Morsel is set up and ready to go!