1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-13 17:34:13 +02:00

twitter, do not exclude replies, fixes #41

This commit is contained in:
soloturn
2023-10-14 14:55:21 +02:00
parent 0bb8d8b2d9
commit c329343515

View File

@@ -121,7 +121,7 @@ public class TwitterRipper extends AbstractJSONRipper {
case ACCOUNT:
req.append("https://api.twitter.com/1.1/statuses/user_timeline.json")
.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");
break;
case SEARCH:// Only get tweets from last week