Subscribe of a month

I know there exist a command line to show all subscribers at least 30 days.
$(twitch $(channel) “{{subscriberCount}}”)

but exist a command to the see all subs in a month? Means from 01.-31. of a month
This count are more important for some streamers then last 30 days.
thank you

1 Like

Hey @abgematzt!

The $(twitch) variable relies on the Twitch API, and the data you’re looking for is not offered by Twitch themselves (not publicly at least, you might be able to access that data somewhere on your Twitch dashboard for all I know), so what you’re looking for is not possible as of now.

1 Like

ohh ok. I didn’t know that TWITCH doesn’t provide this data via their interface. Without this info it’s hard to create a command out of it.
Makes sense. :slight_smile:
thanks for the feedback

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.