Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/haxoza/stathacker


https://github.com/haxoza/stathacker

Last synced: 24 days ago
JSON representation

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.txt

Usage
-----

$ 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.