TimeanddateScrapper


NameTimeanddateScrapper JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/Bibhash7/Weather-Data-Scrap-WWDS
SummaryThe Weather Data Scrap Application extracts weather data from the popular website timeanddate.com.
upload_time2023-08-05 09:39:40
maintainer
docs_urlNone
authorBibhash Ghosh
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Weather-Data-Scrap-WWDS

## Description
The Weather Data Scrap Application is a Python-based web scraping tool that extracts weather data from the popular website timeanddate.com. The application utilizes the BeautifulSoup library to parse the website's HTML content and retrieve valuable weather information for 140 most popular cities.

## Features
Easy-to-Use: The application provides a user-friendly interface, making it simple for users to specify the location and date range for weather data extraction.

Accurate Data: By leveraging timeanddate.com's reliable weather data, the application ensures that users receive accurate and up-to-date weather information.

Data Export: Extracted weather data is stored in an Excel file, allowing users to access and analyze the information for future reference.

## Functionalities:
### worldWideReport(): 
This Generates the world wide weather reports in list format.

### saveToExcel(): 
This Generates the world wide weather reports in an excel sheet.

### Example

    from TimeanddateScrapper.worldweather import Weather
    w = Weather()
    print(w.worldWideReport())
    w.saveToExcel()

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Bibhash7/Weather-Data-Scrap-WWDS",
    "name": "TimeanddateScrapper",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Bibhash Ghosh",
    "author_email": "bibhashghosh994@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fe/73/40366b5a7f646e215328e193e36115ba28b6b6b4d70c49e634bf84a5bd06/TimeanddateScrapper-0.0.5.tar.gz",
    "platform": null,
    "description": "# Weather-Data-Scrap-WWDS\r\n\r\n## Description\r\nThe Weather Data Scrap Application is a Python-based web scraping tool that extracts weather data from the popular website timeanddate.com. The application utilizes the BeautifulSoup library to parse the website's HTML content and retrieve valuable weather information for 140 most popular cities.\r\n\r\n## Features\r\nEasy-to-Use: The application provides a user-friendly interface, making it simple for users to specify the location and date range for weather data extraction.\r\n\r\nAccurate Data: By leveraging timeanddate.com's reliable weather data, the application ensures that users receive accurate and up-to-date weather information.\r\n\r\nData Export: Extracted weather data is stored in an Excel file, allowing users to access and analyze the information for future reference.\r\n\r\n## Functionalities:\r\n### worldWideReport(): \r\nThis Generates the world wide weather reports in list format.\r\n\r\n### saveToExcel(): \r\nThis Generates the world wide weather reports in an excel sheet.\r\n\r\n### Example\r\n\r\n    from TimeanddateScrapper.worldweather import Weather\r\n    w = Weather()\r\n    print(w.worldWideReport())\r\n    w.saveToExcel()\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "The Weather Data Scrap Application extracts weather data from the popular website timeanddate.com.",
    "version": "0.0.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/Bibhash7/Weather-Data-Scrap-WWDS/issues",
        "Homepage": "https://github.com/Bibhash7/Weather-Data-Scrap-WWDS"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99a0bd74403d014f4c0b953bb63fde113f69ff7ec8c96c0c3dd0e0383194d640",
                "md5": "f4fa053576088579447f2cfbb4fe21c5",
                "sha256": "7d6016c45e92300ad2044b5ce5a5dbbb0f39a27fedfd65374e5d9c522e02ca76"
            },
            "downloads": -1,
            "filename": "TimeanddateScrapper-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f4fa053576088579447f2cfbb4fe21c5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2902,
            "upload_time": "2023-08-05T09:39:38",
            "upload_time_iso_8601": "2023-08-05T09:39:38.815002Z",
            "url": "https://files.pythonhosted.org/packages/99/a0/bd74403d014f4c0b953bb63fde113f69ff7ec8c96c0c3dd0e0383194d640/TimeanddateScrapper-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe7340366b5a7f646e215328e193e36115ba28b6b6b4d70c49e634bf84a5bd06",
                "md5": "5b12301397ec1f9bd993b963688888b5",
                "sha256": "373cc0d7e03cbbccfaf48abfe4bfa62f9a14e46b8875d45622b10c3d973213a2"
            },
            "downloads": -1,
            "filename": "TimeanddateScrapper-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "5b12301397ec1f9bd993b963688888b5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2598,
            "upload_time": "2023-08-05T09:39:40",
            "upload_time_iso_8601": "2023-08-05T09:39:40.563859Z",
            "url": "https://files.pythonhosted.org/packages/fe/73/40366b5a7f646e215328e193e36115ba28b6b6b4d70c49e634bf84a5bd06/TimeanddateScrapper-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-05 09:39:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Bibhash7",
    "github_project": "Weather-Data-Scrap-WWDS",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "timeanddatescrapper"
}
        
Elapsed time: 0.09915s