TagzApp icon indicating copy to clipboard operation
TagzApp copied to clipboard

DiscordBot Provider?

Open csharpfritz opened this issue 2 years ago • 9 comments

It was suggested that we also provide a DiscordBot implementation that watches a specific chatroom on a server and surfaces questions from that chatroom

csharpfritz avatar Jul 27 '23 14:07 csharpfritz

This will be very cool to support for the average live-streamer on YouTube / Twitch with a Discord server.

Also: for events, this will provide a very interactive opportunity for viewers to participate with the myriad of Discord features that we could enable in a bot.

csharpfritz avatar Nov 25 '23 14:11 csharpfritz

I will do this.

failtwoconnect avatar Mar 09 '24 14:03 failtwoconnect

Thank you @failtwoconnect ! I've assigned you this issue

csharpfritz avatar Mar 09 '24 15:03 csharpfritz

Only one bot for discord and passing in Oauth URL for adding to different servers.

failtwoconnect avatar Mar 12 '24 16:03 failtwoconnect

adding some documentation for oauth2 tokenization that we may want to implement.

https://discord.com/oauth2/authorize | base URL https://discord.com/api/oauth2/token | Token URL https://discord.com/api/oauth2/token/revoke | Token Revocation URL

failtwoconnect avatar Mar 13 '24 19:03 failtwoconnect

Great idea to add Discord Auth!

csharpfritz avatar Mar 14 '24 02:03 csharpfritz

Following up here.. do you have any code for this? Otherwise, I'll start on the Discord provider

csharpfritz avatar Apr 02 '25 20:04 csharpfritz

Sorry I got busy with doing class work because I am going back to school. if you want to give it a shot. go for it. the documentation for it has gotten better from the last time I looked at it.

There are some libraries that you could use for it DSharp or something like that will give you an API to use for the app.

The permissions of the application need to be defined in the developer page from discord in order for the app to work.

I will see if I can pop on to the stream tomorrow if you are doing it for the extra help.

sorry I couldn't add anything to the app.

failtwoconnect avatar Apr 03 '25 04:04 failtwoconnect