https://github.com/haxoza/stathacker
https://github.com/haxoza/stathacker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/haxoza/stathacker
- Owner: haxoza
- Created: 2013-03-22T18:57:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-22T22:30:32.000Z (over 12 years ago)
- Last Synced: 2025-02-07T02:48:40.720Z (5 months ago)
- Language: Python
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
stathacker
==========Installation
------------$ git clone [email protected]:haxoza/stathacker.git stathacker
$ cd stathacker
$ mkvirtualenv stathacker # (optional)
$ pip install -r requirements.txtUsage
-----$ python runner.py
Configuration
-------------DOMAIN = 'coderwall.com'
PLUGINS = ['hackernews.crawler.Hackernews']
CALLBACKS = ['callbacks.console']Set `DOMAIN` variable to domain name you would like to observe.
`CALLBACKS` is a list of functions that will be invoked when given plugin discover occurrence of domain.