On Monday 01 August 2011 07:50 PM, Narendra Sisodiya wrote:
On Mon, Aug 1, 2011 at 7:31 PM, Narendra Sisodiya<
[email protected]>  wrote:



@Nilesh -
This is a old script... do not know how to fetch RSS of a perticular time
period


https://dev.twitter.com/docs/api/1/get/statuses/user_timeline

This https://dev.twitter.com/docs/api/1/get/statuses/user_timeline support
count parameter. We need a database where we need to store total number of
Tweets every day for a user and then we can fine exact number of Tweets
which need to be fetched...

Example, my last 4 Tweets
http://api.twitter.com/1/statuses/user_timeline.xml?include_entities=true&include_rts=true&screen_name=nsisodiya&count=4


We can use tweepy module to fetch tweets, right? I've written small similar applications, please see:-

A sample script with tweepy module:
http://ershadk.wordpress.com/2011/03/12/the-little-twitter-client-i-use/

This one is outdated(doesn't use OAuth), but has got a way to keep all tweets:
http://ershadk.wordpress.com/2010/06/05/python-script-to-backup-tweets/

I'm also interested in working in the back-end of project.

--
Sincerely,
Ershad K
http://ershadk.wordpress.com

--
Mailing list guidelines and other related articles: http://lug-iitd.org/Footer

Reply via email to