rmmh / skybot

Python IRC bot
https://github.com/rmmh/skybot/wiki
The Unlicense
247 stars 169 forks source link

Support multiple API keys #205

Closed sklnd closed 5 years ago

sklnd commented 5 years ago

This lets a hook request multiple API keys at once, say if a plugin needs to geocode a location and then get the weather for the lat/long. It gets back a dict with the API keys in it.

imnotjames commented 5 years ago

Wicked. I think this is an awesome change.

I ran into problems where I wanted to pull multiple APIs together to make a mash-up plugin.