Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 932 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 932 Bytes

pes-confessions

App to search by Confession # on the PES-Confessions Facebook page.

This was a quick hack and has a lot of issues. FBlogger.py - Used for logging. Fetches upto 300 of the latest confessions and adds it to a mongo collection as {confID: , message: }

main.py - Simple Python Flask server that gets the confession number from the URL (http:///) and searches the mongo collection for the confession.

Known issues:

  1. FBlogger does not run periodically and pagination is not handled. Modify the script to run automatically every X mins.
  2. Some problem with unseen confession IDs. Flask is not returning the response text properly.
  3. DB has been populated twice.

Add features and send a pull request!

Enhancements suggested:

  1. GET /random should return a random confession
  2. GET /popular returns posts sorted by number of likes