Skip to content

haxoza/stathacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stathacker

Installation

$ git clone git@github.com: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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages