Tweet Impact Predictor
Project description
Tweet Impact Predictor
Description
A natural language processing pipeline for predicting the impact (reach and popularity) of a tweet. Built as part of the PyCon 2016 Natural Language Processing tutorial and workshop. For more information see the tutorial repository.
Don’t install the latest version from PyPi if you’re working through the tutorial yourself! Tagged version numbers will correspond to sections of the tutorial and handout material so you can maintain pace even if you miss a step along the way. Plus it’ll be easier to set up your API keys if you clone the repository.
GETTING STARTED
Rather than installing this module from the cheese shop, fork the repository on GitHub and then clone it to your laptop (replacing totalgood with your account name:
git clone git@github.com:totalgood/twip.git cd twip git checkout v0.1.0
If you don’t already have one, sign up to get a twitter user account (@username): twitter.com/signup
Once you have a user account, sign into it, then set up a twitter App to get an API_KEY: apps.twitter.com/app/new
Copy and paste the Consumer API Key and Consumer API Secret into the indicated places in the file called settings_template.py but don’t save it there. Instead save the file as a new file named settings_secret.py. This file is .gitignored during pushes. Do a git status to make sure you didn’t accidentally save your secret KEYs in the template file or misname your settings_secret.py file. If you see that any tracked/added files have changes then you need to undo them before you do a commit and push to your fork of twip.
To get ready for the first workshop you’ll want to make sure you’ve checked out v0.1.0:
git checkout v0.1.0
If you want to skip the first session and move directly to the second session you can checkout v0.2.0. This with have all the code from the first workshop session completed for you.
Credits
Hobson Lane – Data Scientist for Talentpair
Rob Ludwick – Co-Instructor, helped craft the proposal and suggested the tweet optimization application
Jeremy Robin – Co-Instructor, helped develop the material
PyScaffold – Python package setup done right (the one obvious way)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file twip-0.0.14.tar.gz
.
File metadata
- Download URL: twip-0.0.14.tar.gz
- Upload date:
- Size: 26.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac3f4982f22a193a2dc5e8be20576dd551d932b0cdf72cde35eadd4985673e6c |
|
MD5 | 515d7efdd7f887aca9b71bb4cd448841 |
|
BLAKE2b-256 | e3d16c23749ab6744147fd45bc2ec006add8b1d0c238564adceeb8636baa1633 |
File details
Details for the file twip-0.0.14-py2.py3-none-any.whl
.
File metadata
- Download URL: twip-0.0.14-py2.py3-none-any.whl
- Upload date:
- Size: 50.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 699a239759c4160b093c7b7ec7225e3a03315b4956b00352100c94fa94a6a3c1 |
|
MD5 | 2b6db78ff307a824988e666edb2c1578 |
|
BLAKE2b-256 | 51e4635b905dd6d327d98bf8f2f403952a802eaf45518bf5a2c8a68d31d288c2 |