A companion code repo for Matt Crampton's blog post "Four Simple Steps To Post To Twitter Using Python"
Clone the git repo
mkdir code
cd code
git clone https://github.com/mattccrampton/post_to_twitter_using_python.git
cd post_to_twitter_using_python
Create a virtual environment
virtualenv venv --distribute
source venv/bin/activate
Install your required packages
pip install -r requirements.txt
Follow along in the blog posts: