-
Notifications
You must be signed in to change notification settings - Fork 761
Closed
Labels
Description
I am running the command snscrape --jsonl --progress --max-results 1 twitter-search "@Eikonikos_HQ filter:replies -from:Eikonikos_HQ"
which currently returns (removed stuff for brevity)
{
"_type": "snscrape.modules.twitter.Tweet",
"url": "https://twitter.com/estfino/status/1669700650467246080",
"id": 1669700650467246000,
"conversationId": 1669700100971536400,
"inReplyToTweetId": 1669700100971536400,
.....
}
- Shouldn't
id
be1669700650467246080
? - Shouldn't
inReplyToTweetId
be1669700100971536389
?
My understanding is that the last part of a tweet url is the tweet id. The current IDs provided link to error page.
Edit: I am using version of GitHub