Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.35 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.35 KB

BuzZ

!!! experimental version !!!

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

The table bellow show the current support:

Stream (Real Time) Search Engine Owned Object
Twitter yes no no
Facebook no no yes
Google Plus no no no
Instagram no no no
Youtube no no no

Stream is the realtime medias.

Search Engine is the medias collected from an search engine.

Owned Object is a specific media object like a Facebook Post or a Youtube Video.

Build

~$ autoreconf --install
~$ ./configure
~$ make
~# make install

build tests:

~$ make -C test

buzz Interface

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

buzzData Interface

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

TODO: