We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement the !followage command to display how long a user has been following the configured Twitch channel.
Use of the Twitch API will be necessary. Here is the documentation for the required endpoint: https://dev.twitch.tv/docs/api/reference/#get-users-follows
For an example, see the section of code on converting a user ID to a user name in the dashboard code: https://github.com/EverOddish/DrFujiBot/blob/master/DrFujiBot_Django/dashboard/views.py#L160
See Adding New Built-In Commands for how to create a new command.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Implement the !followage command to display how long a user has been following the configured Twitch channel.
Use of the Twitch API will be necessary. Here is the documentation for the required endpoint: https://dev.twitch.tv/docs/api/reference/#get-users-follows
For an example, see the section of code on converting a user ID to a user name in the dashboard code: https://github.com/EverOddish/DrFujiBot/blob/master/DrFujiBot_Django/dashboard/views.py#L160
See Adding New Built-In Commands for how to create a new command.
The text was updated successfully, but these errors were encountered: