Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevorr/snoogle

Reddit comment searcher
https://github.com/kevorr/snoogle

Last synced: 26 days ago
JSON representation

Reddit comment searcher

Awesome Lists containing this project

README

        

Snoogle (Reddit Comment Search)
===============================

Intro
-----
Snoogle was built as an augmentation to the very popular link-sharing site [Reddit][Reddit].
Although the site has incredible searching capabilites for posts, there is currently no way to search ones comments.
Snoogle will hopefully fill that void.
[Snoogle's current home is on Heroku][Snoogle].

Installation
------------

1. Clone the repo and `cd` into it (duh!)

git clone [email protected]:KevOrr/snoogle
cd snoogle

2. Install dependencies
* Get [pip][pip] if you don't have it already.
* `pip install -r requirements.txt`

How to Run
----------

#### Windows:
* `python app.py`

#### Linux, UNIX, OS X:
* `chmod 775 app.py`
* `./app.py`

Debug Mode
----------

#### Windows:
* `python app.py debug`

#### Linux, UNIX, OS X:
* `chmod 775 app.py`
* `./app.py debug`

[pip]: http://pip.readthedocs.org/en/latest/installing.html
[Reddit]: http://www.reddit.com
[Snoogle]: http://snoogle.herokuapp.com