[twitter-dev] Re: user details

2010-10-06 Thread ashy
Hi All, Basically I am writing a cron job to retrieve friends and followers for the users. I have oauth token for these users stored in my database. Any Ideas? thanks ashy -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Re: user details

2010-10-06 Thread Ken D.
Just a wild guess. Try this: import oauth.oauth as oauth On Oct 6, 2:22 pm, ashwin morey ashwinmo...@gmail.com wrote: Hi All, I have a python file and I am running it through command line. But it keeps giving error here CONSUMER = oauth.OAuthConsumer(CONSUMER_KEY, CONSUMER_SECRET)