Skip to content
Leonardo Monteiro edited this page Nov 20, 2015 · 2 revisions

BuzZ is a extensible and configurable library for network data collect from social medias. This works based on two interfaces: buzz and buzzData.

buzz Interface

Implements the connection with the network and how the library will communicate with social medias (eg.: twitter, facebook, instagram, etc.) (read more)

buzzData Interface

Implements the way that data will be stored (eg.: postgresql, file, stdout, etc.).

Clone this wiki locally