Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevorr/snoogle
Reddit comment searcher
https://github.com/kevorr/snoogle
Last synced: 26 days ago
JSON representation
Reddit comment searcher
- Host: GitHub
- URL: https://github.com/kevorr/snoogle
- Owner: KevOrr
- Created: 2014-07-06T13:43:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T23:22:25.000Z (about 9 years ago)
- Last Synced: 2023-08-04T03:29:10.508Z (over 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 [email protected]:KevOrr/snoogle
cd snoogle2. 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