FritzAndFriends / TagzApp

An application that discovers content on social media for hashtags
MIT License
110 stars 68 forks source link

DiscordBot Provider? #37

Open csharpfritz opened 1 year ago

csharpfritz commented 1 year ago

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 commented 9 months ago

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.

failtwoconnect commented 6 months ago

I will do this.

csharpfritz commented 6 months ago

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

failtwoconnect commented 6 months ago

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

csharpfritz commented 6 months ago

Yes, let's set up a similar proxy server that relays messages from Discord. An Azure Functions app might not be appropriate for this... we will want to design this piece of architecture

Jeff

On Tue, Mar 12, 2024 at 12:00 PM failtwoconnect @.***> wrote:

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

— Reply to this email directly, view it on GitHub https://github.com/FritzAndFriends/TagzApp/issues/37#issuecomment-1992004193 or unsubscribe https://github.com/notifications/unsubscribe-auth/AAATF4NTHH36RDXVGOH2XO3YX4RB7BFKMF2HI4TJMJ2XIZLTSSBKK5TBNR2WLJDUOJ2WLJDOMFWWLO3UNBZGKYLEL5YGC4TUNFRWS4DBNZ2F6YLDORUXM2LUPGBKK5TBNR2WLJDUOJ2WLJDOMFWWLLTXMF2GG2C7MFRXI2LWNF2HTAVFOZQWY5LFUVUXG43VMWSG4YLNMWVXI2DSMVQWIX3UPFYGLAVFOZQWY5LFVI2TOOBRGY4TSMJSGOSG4YLNMWUWQYLTL5WGCYTFNSWHG5LCNJSWG5C7OR4XAZNMJFZXG5LFINXW23LFNZ2KM5DPOBUWG44TQKSHI6LQMWVHEZLQN5ZWS5DPOJ42K5TBNR2WLKJWGY2TCMRUHAZTFAVEOR4XAZNFNFZXG5LFUV3GC3DVMWVDCOBSGQ2DINZZGI3IFJDUPFYGLJLMMFRGK3FFOZQWY5LFVI2TOOBRGY4TSMJSGOTXI4TJM5TWK4VGMNZGKYLUMU . You are receiving this email because you authored the thread.

Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub .

failtwoconnect commented 6 months ago

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

csharpfritz commented 6 months ago

Great idea to add Discord Auth!