0

I'm using tweepy API in spyder to get past tweets. I'm using search method and passing parameters like query item, count, max_id and since_id but getting tweets not more than 1 week. But I want tweets from past one year. Is there any API for this.

My python version is 3.5 and spyder version is 3.5.6

Thanks in Advance!!

Keyur Potdar
  • 7,158
  • 6
  • 25
  • 40

1 Answers1

0

You cannot use the twitter API to collect tweets older than one week as discussed here on another stack overflow question. You would need to used Twitters advanced search and scrape the page. Various methods are discussed in the link i posted.

Matthew Barlowe
  • 2,229
  • 1
  • 14
  • 24