Python Library for Yahoo Weather (New API)
On 3 Jan 2019 Yahoo changed its Weather API to use OAuth1 Authentication. This new method requires authentication to use the API. This library helps you to handle the new API. In order to use the new API you have to get an API key from Yahoo!
from yahoo_weather.weather import YahooWeather
from yahoo_weather.config.units import Unit
data = YahooWeather(APP_ID="Your App ID",
api_key="Your API KEY",
api_secret="Your API secret")
data.get_yahoo_weather_by_city("tehran", Unit.celsius)
print(data.condition.text)
print(data.condition.temperature)
data.get_yahoo_weather_by_location(35.67194, 51.424438)
print(data.condition.text)
print(data.condition.temperature)
Release files for yahoo-weather 1.0.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| yahoo_weather-1.0.8-py3-none-any.whl | Python 3 | none | any | Details |
Release files / yahoo_weather-1.0.8-py3-none-any.whl
| Download URL | yahoo_weather-1.0.8-py3-none-any.whl |
|---|---|
| Size | 13.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ec6106f48a28911dcd497e96764c3f9db5fa7c3c281692da8050af48603f4d40
|
|
BLAKE2b-256 checksum How to use checksums |
8454396a1959ec4d6e21198c58c40f348b75581cd6e17f4b1fe1124b0f0e9159
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3
|