Skip to content

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

Notifications You must be signed in to change notification settings

bndiep/WeatherBach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages