Social Data + You + Jupyter

Social Data DIY is a few simple scripts getting social data and visualising a few interesting tidbits.


Twitter Docs Project page (later) Github

What's in Social Data DIY?

  1. Get Tweets
    1. Fetch Tweets by Tweet IDs
    2. Fetch Tweets by User(s)
    3. Get Tweets by searching for keywords
  2. Save to database
  3. Count tweets
  4. etc.

What You Can Expect

Plots


Questions? Get in touch: @ReneCNielsen


In [3]:
from IPython.core.display import HTML
styles = open("css/custom.css", "r").read()
HTML(styles)


Out[3]: