Skip to content

Discord bot functions #8

Answered by hitblast
gbowne1 asked this question in Q&A
Jul 5, 2022 · 3 comments · 7 replies
Discussion options

You must be logged in to vote

Except for the last two points (Spotify-native music system and Twitch announcements), all the other mentioned points can be easily done using the discord.py library's default feature set.

  • Since Spotify's SDK is officially not available for Python, a method of getting only the metadata of the song from Spotify and later fetching it using youtube-dl can be done. I might search a bit more to check if there's any potential third-party library that can be used to directly get the song from within Spotify.

  • When it comes to making/using an event handler for Twitch, I think you could potentially use TwitchIO.

  • A web dashboard can be made using Flask coupled with a very basic static tech sta…

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
3 replies
@gbowne1
Comment options

gbowne1 Jul 5, 2022
Maintainer Author

@hitblast
Comment options

@gbowne1
Comment options

gbowne1 Jul 5, 2022
Maintainer Author

Answer selected by gbowne1
Comment options

gbowne1
Jul 14, 2022
Maintainer Author

You must be logged in to vote
3 replies
@hitblast
Comment options

@gbowne1
Comment options

gbowne1 Jul 15, 2022
Maintainer Author

@gbowne1
Comment options

gbowne1 Oct 25, 2022
Maintainer Author

Comment options

You must be logged in to vote
1 reply
@gbowne1
Comment options

gbowne1 Oct 25, 2022
Maintainer Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed question Further information is requested
3 participants