Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tweetId to getMostTweets #4492

Merged
merged 1 commit into from
Dec 4, 2024
Merged

Add tweetId to getMostTweets #4492

merged 1 commit into from
Dec 4, 2024

Conversation

IvanIvanoff
Copy link
Member

Changes

Add tweetId to the tweets in getMostTweets:

{
  getMostTweets(
    tweetType: MOST_POSITIVE
    selector: {slugs: ["bitcoin", "ethereum"]}
    from: "2024-11-24T00:00:00Z"
    to: "2024-11-27T00:00:00Z"
    size:10
    ){
      slug
      tweets{
        tweetId
        datetime
        text
        screenName
        sentimentPositive
        sentimentNegative
        repliesCount
        retweetsCount
      }
    }
}

Ticket

Checklist:

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have tried to find clearer solution before commenting hard-to-understand parts of code
  • I have added tests that prove my fix is effective or that my feature works

@IvanIvanoff IvanIvanoff force-pushed the extend-most-tweets-api branch from ce49feb to c86898d Compare December 4, 2024 10:08
@IvanIvanoff IvanIvanoff merged commit 438f06e into master Dec 4, 2024
4 checks passed
@IvanIvanoff IvanIvanoff deleted the extend-most-tweets-api branch December 4, 2024 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant