i trying retrieve tweets #hashtag in them on time period (dates 2 years back). there way automatically collect/save tweets concerned or search results?
i tried scrolling down point, kind of worked, took hours of holding "page down-button".
using twitter-api, looks you're trying use search call.
the 2 date methods (year-month-day) are:
hashtag since:2011-05-09
- searches "hashtag" , sent since date "2011-05-09".hashtag until:2011-05-09
- searches "hashtag" , sent before date "2011-05-09".
using these in get
request, can pull many api allows @ once, loop through them , save them how wish. haven't provided language you're using, generic information far can with.
Comments
Post a Comment