ineeee / Taigabot

taiga irc bot
GNU General Public License v3.0
4 stars 7 forks source link

weather api will go offline in 2023 #36

Closed ineeee closed 1 year ago

ineeee commented 2 years ago

taiga uses darksky for the weather plugin but its going offline in march 2023

from https://darksky.net/dev:

Update: support for the Dark Sky API will be ending on March 31st, 2023.

we need a replacement

k-e-l-p commented 1 year ago

https://openweathermap.org/api https://openweathermap.org/price Seems pretty popular. We would simply have to limit it's call usage to 1call/second and we wouldn't have to pay anything for it's usage.

ineeee commented 1 year ago

nice, i was looking for another api ty.

it'd be best if we supported different providers and we just let the user pick one.

ineeee commented 1 year ago

66 days until weather dies

676339784 commented 1 year ago

0f42cca1e38298a64ac42428bb21b22317371609 Should fix it

Updated the config on the server with the Pirate Weather API key.

Just needs to be fetched and merged. Can you do that @ineeee

ineeee commented 1 year ago

taiga is now running latest commit