An open API service indexing awesome lists of open source software.

https://github.com/audreyfeldroy/dwts-analysis

Analysis of Dancing With the Stars twitter data. This explains why Charlie & Sharna were eliminated in the semifinals.
https://github.com/audreyfeldroy/dwts-analysis

Last synced: 3 months ago
JSON representation

Analysis of Dancing With the Stars twitter data. This explains why Charlie & Sharna were eliminated in the semifinals.

Awesome Lists containing this project

README

        

===============================
Dancing With the Stars Analysis
===============================

Setup
-----

Put this in your `.bashrc` and replace the ??? with real values::

export TWITTER_API_KEY='???'
export TWITTER_API_SECRET='???'
export TWITTER_ACCESS_TOKEN='???'
export TWITTER_ACCESS_TOKEN_SECRET='???'

Then set this up::

git clone https://github.com/audreyr/dwts-analysis.git
mkvirtualenv dwts-analysis
pip install -r requirements.txt

Usage
-----

Run the script::

python dwts_followers.py

You will see the individual and combined Twitter follower counts for each of the DWTS couples in the semifinals.