/cc-example

Example Repo for Coding Challenge

Primary LanguagePython

Insight Data Engineering - Coding Challenge

This tool helps analyze the community of Twitter users.

#This tool consists of three features:

  1. Download tweets via Twitter API (need to install https://github.com/bear/python-twitter).
  2. Calculate the total number of times each word has been tweeted.
  3. Calculate the median number of unique words per tweet, and update this median as tweets come in.