Home - leonardoms/BuzZ GitHub Wiki
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.).