mchozhang / SinsOnTwitter

4 stars 3 forks source link

Fix tweepy.Cursor search crash #28

Open Arufu opened 5 years ago

Arufu commented 5 years ago

Possible fix:

  1. stop using multi-threading for Cursor
  2. give up on Cursor and do search manually using since_id and max_id
Arufu commented 5 years ago

Dropped, by the time I finish this, the database will already contain most of the data I can search due to streaming (can only search for tweets from past 7 days for a free API).

Arufu commented 5 years ago

Problem found, took much less time to fix 🌵 Well, started collecting tweets from past week.