Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

web_crawling-0.0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

web_crawling-0.0.1-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page