Skip to content

davedg629/RedditRatings

Repository files navigation

RedditRatings

RedditRatings is a Flask app that allows redditors to rate things together.

A working example of the app can be found at http://RedditRatings.com

Ideas, issues, and requests can be discussed at http://reddit.com/r/RedditRatings


Installing the App

Requirements.txt contains a list of dependencies.

config.py has a number of parameters that can either be hardcoded or set as environment variables. You have to fill them all in or you will likely run into issues.

To initialize the database, run

python db_create.py

The app can be served with the Flask development server by running

python run.py

There is also a Procfile that can be used for serving the app via gunicorn on Heroku.

How It Works

See www.redditratings.com/how-it-works/


Reddit Review Bot is under the GNU GENERAL PUBLIC LICENSE.

About

A Flask app that allows redditors to rate things together.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published