From 98e295437611127ad5522eedda0e6523f1ae3095 Mon Sep 17 00:00:00 2001 From: Tom Meagher Date: Tue, 29 Oct 2013 11:29:05 -0400 Subject: [PATCH] make sure our Twitter app has POST perms --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fb78fa..57f1837 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a basic Python port of [@harrisj's](https://twitter.com/harrisj) [iron_e 1. Clone this repo 2. Create a Twitter account that you will post to. -3. Sign into https://dev.twitter.com/apps with the same login and create an application. +3. Sign into https://dev.twitter.com/apps with the same login and create an application. Make sure that your application has read and write permissions to make POST requests. 4. Make a copy of the `local_settings_example.py` file and name it `local_settings.py` 5. Take the consumer key (and secret) and access token (and secret) from your Twiter application and paste them into the appropriate spots in `local_settings.py`. 6. In `local_settings.py`, be sure to add the handle of the Twitter user you want your _ebooks account to be based on. To make your tweets go live, change the `DEBUG` variable to `False`.