generate climate forecasts using place
Project description
WeatherWebCrawling
This API is used for fetching weather conditions name as a string to the respective locality's weather data. Import "code.start(place1,dateinp="",type="<Any one from daily/monthly/5days/10days/datweise in string format>") from package "web_crawling". You can pass ANY ONE OF the keyword arguments - Date in "YYYY-MM-DD" format/ forecast type required ('daily' for today {Default Selection}, 'monthly' for monthly,'5days' for 5-day , '10days' for 10-day,'datewise' for datewise). We are relying on APIs used by weather.com internally for extracting the respective data.
For ex:
1.If you just want today's weather parameters with place name:
from web_crawling import code code.start("Place-Name")
2.If you just want the current month's weather details with place name:
from web_crawling import code code.start("Place-Name",type="monthly")
3.If you just want some date's weather prediction with place name:
from web_crawling import code code.start("Place-Name",dateinp="date string in yyyy-mm-dd format")
package is installable as "pip install web_crawling"
If no/wrong keyword arguments given, it may result in wrong output
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for web_crawling-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | be9c3b14b81be86da18cc803abcea8e6f86deae5b5bec87f06cef9425c060589 |
|
MD5 | 990878cc328c835f8d7828ae5256dfe2 |
|
BLAKE2b-256 | dae091f8f63a60b7632299dae643175cbf40c0c5f18599458a0528aa9b1ca6c3 |