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.
- Host: GitHub
- URL: https://github.com/audreyfeldroy/dwts-analysis
- Owner: audreyfeldroy
- Created: 2014-05-14T05:32:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-14T05:42:31.000Z (about 11 years ago)
- Last Synced: 2025-02-04T14:50:09.851Z (4 months ago)
- Language: Python
- Size: 121 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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.txtUsage
-----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.