bndiep / WeatherBach

A Discord Bot that tells you the weather if you provide it a zipcode. Written in Python on Repl.it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeatherBach

A Discord Bot that tells you the weather if you provide it a zipcode. Written in Python on Repl.it.

  • Please checkout my notes to see how I set up the Discord bot! Go here.

Commands:

  • !weather {zipcode}: Gives the current weather given the user's zipcode.
    • WIP: Temperature is incredibly high. Need to figure out what values the API is using to get a better temp reading.
    • The units are in Kelvin by default, so I need to include units parameter and set it to imperial (I know, gross... imperial).
    • Make sure to spell 'imperial' correctly!
  • !testing: Test command that replies '1, 2, 3!'

About

A Discord Bot that tells you the weather if you provide it a zipcode. Written in Python on Repl.it.


Languages

Language:Python 100.0%