Skip to content

Web app that highlights metafilter.com discussions that are still active on older posts (runs in Google AppEngine).

Notifications You must be signed in to change notification settings

wiseman/secretmetafilter

Repository files navigation

Secret Metafilter

Secret Metafilter is a web app that highlights Metafilter discussions that are still active on older posts.

It is a Google AppEngine app that periodically scrapes the past month of Metafilter and renders an HTML display of the most recent discussions that are still active.

You can see it running at http://secretmefi.appspot.com/.

Secret Metafilter screenshot

To build the javascript

$ make

To run the tests

$ virtualenv env
$ env/bin/pip install NoseGAE argparse distribute lxml nose wsgiref
$ env/bin/python env/bin/nosetests --with-gae --gae-lib-root=/usr/local/google_appengine --without-sandbox

About

Web app that highlights metafilter.com discussions that are still active on older posts (runs in Google AppEngine).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published