Skip to content

Commit 8146327

Browse files
committed
Edited README.md via GitHub
1 parent 1906d74 commit 8146327

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,11 @@
2121
* At the application settings page take note of your consumer key and consumer secret.
2222
* Add your consumer key and secret to the top of the twitter-oauth-streaming.py script. Search for 'CHANGEME'.
2323

24-
## Run
25-
python twitter-oauth-streaming.py
24+
## Running the script
25+
* Start the script
26+
27+
```python twitter-oauth-streaming.py```
28+
* You should be prompted to authorize the script with Twitter. It should open a browser for you, but if not you can visit the url printed on the console.
29+
* Once you login to Twitter and authorize the application, you should see a Pin in the browser. This is out-of-band OAuth for Client applications like this, if it was a webapp, you would get a callback with the pin, so wouldnt need the next manual step.
30+
* Enter the pin onto the console.
31+
* Tweets should now be streaming out onto your console. Get down with your bad self!

0 commit comments

Comments
 (0)