Skip to content

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 468 Bytes

README.md

File metadata and controls

executable file
·
15 lines (11 loc) · 468 Bytes

social-integrator

A project to provide convenient API access to programmers and researchers for downloading and analyzing social data. Currently supports lastfm.

socintpy contains all the library code, examples contains code examples that use socintpy. tests folder contains, well, all the tests for the library.

A common way to access the library:

  1. Instantiate the API.
  2. Call a network crawler.
  3. Store the results.
  4. Analyze the results.