You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Cassa L <lc...@gmail.com> on 2016/10/26 21:13:26 UTC

Reading old tweets from twitter in spark

Hi,
I am using Spark Streaming to read tweets from twitter. It works fine. Now
I want to be able to fetch older tweets in my spark code. Twitter4j has API
to set date
http://twitter4j.org/oldjavadocs/4.0.4/twitter4j/Query.html

Is there a way to set this using TwitterUtils or do I need to write
different code?


Thanks.
LCassa