GooBlog MicroBlog

Simple Blog Web Application, 01.05.2018

By Stephanie Spears

Description

Simple blog web application to demonstrate Flask microframework, using Python 3.6 and OpenID authentication from providers such as AOL and Yahoo (current at the time of publishing). Users can log on, choose display names/images/profiles, write posts, follow or unfollow other users, and search all followed posts for keywords. Users may be notified via email (using Yahoo or Google SMPT servers) of new followers.

Setup/Installation Requirements

  • git clone https://github.com/Stephanie-Spears/Microblog-Flask
  • Requirements.txt included for Pip Installation.
  • The program assumes you will be running shebang scripts under the environment name 'flask36' with a python 3.6 interpreter.
  • Run the app in debug mode with python script 'run.py', or run in production mode with 'runp.py'

License

This software is licensed under the MIT license.

Copyright (c) 2018 Stephanie Spears