py-flip-scrap


Namepy-flip-scrap JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/Mohsin Shaikh/Flipkart_Webscrapping
SummaryFlipkart_Webscrapping
upload_time2023-06-12 01:17:52
maintainer
docs_urlNone
authorMohsin Shaikh
requires_python>=3.8
license
keywords webscraper
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Flipkart Mobiles Web Scraping

This project is a web scraping script that extracts information about mobile phones from Flipkart. It retrieves details such as product name, price, offers, reviews, and additional specifications like RAM, ROM, display, rear camera, and battery. The extracted data is stored in a CSV file.

```bash
from py_flip_scrap import mobdata
mobdata(upper_range= max_amount_value)
```

## Requirements

- Python 3.x
- pandas
- BeautifulSoup
- requests

## Installation

1.Clone the repository:

```bash
git clone https://github.com/Mohshaikh23/Flipkart_Webscrapping.git
```

2.Install the dependencies

```bash
pip install pandas beautifulsoup4 requests
```

## Usage

1.Open a terminal or command prompt.

2.Navigate to the project directory:

```bash
    cd flipkart-webscraping
```

3.Run the app.py script with a specified input value:

```bash
python app.py
```

4.Enter the desired price range for mobile phones when prompted.

5.The script will scrape the Flipkart website, extract the data, and save it in a CSV file named 'mobiles_under_price.csv'.

## License

This project is licensed under the MIT License.

Feel free to customize and enhance the `README.md` file to include any additional information or instructions specific to your project.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Mohsin Shaikh/Flipkart_Webscrapping",
    "name": "py-flip-scrap",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "webscraper",
    "author": "Mohsin Shaikh",
    "author_email": "mohsin.shaikh324@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/32/93/555df044d564c8a339850007f41263edc8dd6547d01f0a83d8e5af64b6d1/py_flip_scrap-0.0.1.tar.gz",
    "platform": null,
    "description": "# Flipkart Mobiles Web Scraping\r\n\r\nThis project is a web scraping script that extracts information about mobile phones from Flipkart. It retrieves details such as product name, price, offers, reviews, and additional specifications like RAM, ROM, display, rear camera, and battery. The extracted data is stored in a CSV file.\r\n\r\n```bash\r\nfrom py_flip_scrap import mobdata\r\nmobdata(upper_range= max_amount_value)\r\n```\r\n\r\n## Requirements\r\n\r\n- Python 3.x\r\n- pandas\r\n- BeautifulSoup\r\n- requests\r\n\r\n## Installation\r\n\r\n1.Clone the repository:\r\n\r\n```bash\r\ngit clone https://github.com/Mohshaikh23/Flipkart_Webscrapping.git\r\n```\r\n\r\n2.Install the dependencies\r\n\r\n```bash\r\npip install pandas beautifulsoup4 requests\r\n```\r\n\r\n## Usage\r\n\r\n1.Open a terminal or command prompt.\r\n\r\n2.Navigate to the project directory:\r\n\r\n```bash\r\n    cd flipkart-webscraping\r\n```\r\n\r\n3.Run the app.py script with a specified input value:\r\n\r\n```bash\r\npython app.py\r\n```\r\n\r\n4.Enter the desired price range for mobile phones when prompted.\r\n\r\n5.The script will scrape the Flipkart website, extract the data, and save it in a CSV file named 'mobiles_under_price.csv'.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License.\r\n\r\nFeel free to customize and enhance the `README.md` file to include any additional information or instructions specific to your project.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Flipkart_Webscrapping",
    "version": "0.0.1",
    "project_urls": {
        "Bug tracker": "https://github.com/Mohsin Shaikh/Flipkart_Webscrapping/issues",
        "Homepage": "https://github.com/Mohsin Shaikh/Flipkart_Webscrapping"
    },
    "split_keywords": [
        "webscraper"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5b55e3925bb731f8253474c6afc18a45508543201ed1578f40a0fff721654d3",
                "md5": "9f0047454ec37130162219fbfbbcd93b",
                "sha256": "c0776b31f82fbe90037cc3cfd7976714bbd8080cc5664d205689fa6263e68a67"
            },
            "downloads": -1,
            "filename": "py_flip_scrap-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9f0047454ec37130162219fbfbbcd93b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2758,
            "upload_time": "2023-06-12T01:17:51",
            "upload_time_iso_8601": "2023-06-12T01:17:51.063834Z",
            "url": "https://files.pythonhosted.org/packages/b5/b5/5e3925bb731f8253474c6afc18a45508543201ed1578f40a0fff721654d3/py_flip_scrap-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3293555df044d564c8a339850007f41263edc8dd6547d01f0a83d8e5af64b6d1",
                "md5": "a8951788b03a08c3b7aa9bfe9e0e93c7",
                "sha256": "d85b386e91811f696a13b7f57dad5109c34aec9f3f324d4e3a847fd9ce6828c6"
            },
            "downloads": -1,
            "filename": "py_flip_scrap-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a8951788b03a08c3b7aa9bfe9e0e93c7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2861,
            "upload_time": "2023-06-12T01:17:52",
            "upload_time_iso_8601": "2023-06-12T01:17:52.529932Z",
            "url": "https://files.pythonhosted.org/packages/32/93/555df044d564c8a339850007f41263edc8dd6547d01f0a83d8e5af64b6d1/py_flip_scrap-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-12 01:17:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Mohsin Shaikh",
    "github_project": "Flipkart_Webscrapping",
    "github_not_found": true,
    "lcname": "py-flip-scrap"
}
        
Elapsed time: 0.07472s