Metadata-Version: 1.0
Name: sopel_modules.weather
Version: 0.0.1
Summary: A working re-implementation of the weather module for Sopel
Home-page: http://github.com/rustybower/sopel-weather
Author: Rusty Bower
Author-email: rusty@rustybower.com
License: MIT License
Description: [![Build Status](https://travis-ci.org/RustyBower/sopel-weather.svg?branch=master)](https://travis-ci.org/RustyBower/sopel-weather)
        [![Coverage Status](https://coveralls.io/repos/github/RustyBower/sopel-weather/badge.svg)](https://coveralls.io/github/RustyBower/sopel-weather)
        
        # sopel-weather
        sopel-weather is an weather lookup module for Sopel.
        
        Since Yahoo deprecated their weather API on January 3, 2019, a reimplementation of the weather module was necessary 
        
        ## Usage
        ```
        .setlocation london # Sets location by city name
        .setlocation w2643743 # Sets location by WOEID (We are prepending w in front of WOEIDs because they collide with zips)
        .setlocation 98101 # Sets location by zip code
        .weather # Only works if setlocation has been previously run
        .weather seattle, us
        .weather london
        ```
        
        ## Requirements
        ```
        requests
        ```
        
        
Platform: UNKNOWN
