Sheldan / abstracto

Discord Bot Base
MIT License
5 stars 1 forks source link

Add a weather command to retrieve the current of a given location #89

Closed Sheldan closed 1 year ago

Sheldan commented 1 year ago

General Information

Description

The command should only take a identifiable location. If there are more locations for an input, it should use the first one, if the user wants something more concrete, they would need to be able to pass through something more identifiable.

Feature worth and general use

Have a quick glance at the weather in that.

Suggestions for implementation

Probably use https://openweathermap.org/api to load the locations (one can pass the query directly to the api to search for locations) and then use the coordinates for the weather api.