Skip to content

A python script to post status updates via Twitter oauth

Notifications You must be signed in to change notification settings

kaner/twitstatup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Note that you need to set up your Twitter account to accept 3rd party apps
to post to it in your settings. There you will receive a consumer key and a
consumer secret from Twitter. Use those to fill in CONSUMER_KEY and 
CONSUMER_SECRET in twitstatup.py.

The next thing you need is your token key and token secret. The easiest way
to get those is to follow the 'three legged oauth' here:

          https://github.com/simplegeo/python-oauth2

Also use this URL to fetch the python-oauth2 library. You need it to run this
script.

Fill them into TOKEN_KEY and TOKEN_SECRET in twitstatup.py. Now you're all set 
to post on Twitter. Have fun!

--
Bugreports to: Christian Fromme <[email protected]>

About

A python script to post status updates via Twitter oauth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages