subscriptions since

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

Hey @Mariio82!

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.

I think it doesn’t work

You’re right @lolicon, 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 How to do a followage command

1 Like

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