bitbot-irc / bitbot

https://bitbot.dev | Python3 event-driven modular IRCv3 bot 🤖
GNU General Public License v2.0
136 stars 50 forks source link

bitly integration: upgrade to API v4 #353

Closed examknow closed 1 year ago

examknow commented 1 year ago

Bitly will be killing version 3 of their API (the one currently used by BitBot) at the end of this month. We'll need to update BitBot to use version 4 in order to keep support for Bitly. The update process seems fairly straightforward and should be a pretty simple fix.

examknow commented 1 year ago

From what I understand, all we need to do in our case is send the API key in a bearer token header instead of in the GET params.