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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file web_crawling-0.0.1.tar.gz.
File metadata
- Download URL: web_crawling-0.0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e12ea95bffd1a42b0abac35f8dfead349c8b2077b9ee210c37b1064ba33751a
|
|
| MD5 |
3dd29845785e87856a63836d3e047924
|
|
| BLAKE2b-256 |
fc64e80e3b0f528cfad2c1675e3bd082dd5ac8881a9e3628310fdef6de778592
|
File details
Details for the file web_crawling-0.0.1-py3-none-any.whl.
File metadata
- Download URL: web_crawling-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be9c3b14b81be86da18cc803abcea8e6f86deae5b5bec87f06cef9425c060589
|
|
| MD5 |
990878cc328c835f8d7828ae5256dfe2
|
|
| BLAKE2b-256 |
dae091f8f63a60b7632299dae643175cbf40c0c5f18599458a0528aa9b1ca6c3
|