subscriptions since

Asked Feb 25, 2020·4 replies·Last activity 6 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

Hello
I need to make a command to check from when the viewer subscribes to my channel, if anyone already has it and will share

4 replies

Hey @Purple Jellyfish!

There are no API to check since how long someone is a subscriber, however, you can hover their badge to see the number of months.

If you meant since how long they follow you, use this:

$(user) has been following $(channel) since $(urlfetch http://api.newtimenow.com/follow-length/?channel=$(channel)&user=$(user)).

Since you didn't specify if it was for Twitch or YouTube, I assumed it was Twitch.

You're right @Smart Monkey, it looks like the API I'm using isn't working anymore... Can you link the one you're using in your !followsince command?

I got it from this post (link expired)