Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haxoza/stathacker
https://github.com/haxoza/stathacker
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/haxoza/stathacker
- Owner: haxoza
- Created: 2013-03-22T18:57:24.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-22T22:30:32.000Z (almost 12 years ago)
- Last Synced: 2023-04-28T09:08:04.809Z (over 1 year 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.