Skip to content

Id mismatch? #972

@chmod

Description

@chmod

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 be 1669700650467246080 ?
  • Shouldn't inReplyToTweetId be 1669700100971536389 ?

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingupstream

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions