Followage command

I know there is a command for followage/folowsince/howlong.
coding:
$(urlfetch https://2g.be/twitch/following.php?user=$(touser)&channel=$(channel)&format=mwdhms)
response:
RocketHawkss has been following microwave for 1 year, 1 month, 1 week, 6 days, 22 hours, 3 minutes, 25 seconds

Is there a way to make it only show Years, Months, and Days?
make it look something like this:
RocketHawkss has been following microwave for 1 year, 1 month, and 13 days.

Just set the $(urlfetch) variable so it looks like this:

$(urlfetch https://2g.be/twitch/following.php?user=$(touser)&channel=$(channel)&format=ymwd)

I get this…

Oh yes, it gives the date in a number format like that. I edited my previous response to fix this. It’ll show the weeks too, but I can’t do anything about that.

1 Like

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