Answers:
该命令将获取最后3200条推文,这是您可以访问的最大Twitter信息。
基本上,它下载32页,每100条推文。
curl -s --user-agent 'Mozilla' --insecure 'https://twitter.com/statuses/user_timeline/vodafone_au.xml?count=100&page=[1-32]'
根据Twitter API文档,每个请求的API限制为200条推文。
twitter-develop-talk邮件列表上的该线程建议设置next_cursor_str
。
还有所谓的选项max_id
和page
可能的帮助。
您必须检查此链接 http://www.readwriteweb.com/archives/10_ways_to_archive_your_tweets.php
它有很多应用程序,可以帮助您仅存档自己的推文!
刚刚发布(2012年12月16日):可从Twitter加载推文
请参见以下链接:Twitter已开始推出下载所有推文的选项