https://github.com/kevorr/snoogle
Reddit comment searcher
https://github.com/kevorr/snoogle
Last synced: about 2 months ago
JSON representation
Reddit comment searcher
- Host: GitHub
- URL: https://github.com/kevorr/snoogle
- Owner: KevOrr
- Created: 2014-07-06T13:43:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T23:22:25.000Z (over 10 years ago)
- Last Synced: 2025-02-16T14:27:08.700Z (about 1 year ago)
- Language: HTML
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 git@github.com: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