bitbot-irc / bitbot

https://bitbot.dev | Python3 event-driven modular IRCv3 bot 🤖

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bitly integration: upgrade to API v4

examknow opened this issue · comments

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.

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.