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

get twitter_followers on many slugs at once #137

Open
marc-moreaux opened this issue Nov 24, 2021 · 1 comment
Open

get twitter_followers on many slugs at once #137

marc-moreaux opened this issue Nov 24, 2021 · 1 comment

Comments

@marc-moreaux
Copy link

Hello,

I was searching for something similar to @phisanti for the same reasons as him.
It appears that your solution (which I find great) seems to not be working for the metric "twitter_followers"
would you have any insight on why ?

{
  getMetric(metric: "twitter_followers") {
    timeseriesDataPerSlug(
      selector: {slugs: [
        "ethereum",
        "bitcoin"
      ]},
      from: "utc_now-7d",
      to: "utc_now"
      interval: "1d"){
        datetime
        data {slug value}
      }
  }
}

Thank you very much :)

Originally posted by @marc-moreaux in #135 (comment)

@tspenov
Copy link
Collaborator

tspenov commented Nov 25, 2021

Yes timeseriesDataPerSlug is not implemented for twitter_followers metric. This metric has different internal implementation than most of our other metrics. We've started the migration and the new implementation so hopefully we will have it soon.

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

No branches or pull requests

2 participants