mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-15 02:14:10 +02:00
twitter, do not exclude replies, fixes #41
This commit is contained in:
@@ -121,7 +121,7 @@ public class TwitterRipper extends AbstractJSONRipper {
|
|||||||
case ACCOUNT:
|
case ACCOUNT:
|
||||||
req.append("https://api.twitter.com/1.1/statuses/user_timeline.json")
|
req.append("https://api.twitter.com/1.1/statuses/user_timeline.json")
|
||||||
.append("?screen_name=" + this.accountName).append("&include_entities=true")
|
.append("?screen_name=" + this.accountName).append("&include_entities=true")
|
||||||
.append("&exclude_replies=true").append("&trim_user=true").append("&count=" + MAX_ITEMS_REQUEST)
|
.append("&exclude_replies=false").append("&trim_user=true").append("&count=" + MAX_ITEMS_REQUEST)
|
||||||
.append("&tweet_mode=extended");
|
.append("&tweet_mode=extended");
|
||||||
break;
|
break;
|
||||||
case SEARCH:// Only get tweets from last week
|
case SEARCH:// Only get tweets from last week
|
||||||
|
Reference in New Issue
Block a user