Open circuitsacul opened 2 years ago
I noticed that Starr doesn't have support for GIFs. I was thinking about PRing a fix, but it requires using Tenor's API (and GIPHY's api if we want to support for GIPHY too). You'd need API tokens for the APIs, but those are pretty easy to get.
This is a working script that I use https://github.com/TrigonDev/Starboard/blob/main/starboard/core/gifs.py
Seems useful, thanks for the idea.
Hey @CircuitSacul, just a heads up that in #32 the bot was rewritten to lightbulb.
I noticed that Starr doesn't have support for GIFs. I was thinking about PRing a fix, but it requires using Tenor's API (and GIPHY's api if we want to support for GIPHY too). You'd need API tokens for the APIs, but those are pretty easy to get.
This is a working script that I use https://github.com/TrigonDev/Starboard/blob/main/starboard/core/gifs.py