AliProductExtractor


NameAliProductExtractor JSON
Version 0.11 PyPI version JSON
download
home_pagehttps://github.com/BadarSaghir/AliProductExtractor
SummaryIt will get the product data from ali express
upload_time2022-12-22 10:08:25
maintainer
docs_urlNone
authorSardar Badar Saghir
requires_python
licenseMIT
keywords ali express ali express product ali express product scraper scraper ali express scraper extractor
VCS
bugtrack_url
requirements selenium webdriver_manager
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
    
[![N|Solid](https://cldup.com/dTxpPi9lDf.thumb.png)](https://nodesource.com/products/nsolid)

[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger)


## Features

- Extract products from Ali Express
- Easy to use



## Tech

Dillinger uses a number of open source projects to work properly:

- [python] - Programing Language!
- [vscode] -  text editor
- [selenium] - Markdown parser done right. Fast and easy to extend.



## Installation


Install the dependencies and devDependencies and start the server.

```sh
pip install AliProductExtractor
```



## Usage example


```python

from AliProductExtractor.scrape_ali_express import aliExtractor
import os

if __name__ == "__main__":
    os.environ['WDM_LOG_LEVEL'] = '0'
    os.environ['WDM_LOCAL'] = '1'
    url = 'https://www.aliexpress.us/item/3256804136971215.html'

    data = aliExtractor(url)

    print(data)

```
    
    

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/BadarSaghir/AliProductExtractor",
    "name": "AliProductExtractor",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Ali express,Ali  express product,Ali express product scraper,scraper Ali express,scraper,extractor",
    "author": "Sardar Badar Saghir",
    "author_email": "dataentrybadar@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0b/3d/819f46c756feda28da72650014f8fa30c68ba98a935c9b3cb0dfbc52f7df/AliProductExtractor-0.11.tar.gz",
    "platform": null,
    "description": "\n    \n[![N|Solid](https://cldup.com/dTxpPi9lDf.thumb.png)](https://nodesource.com/products/nsolid)\n\n[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger)\n\n\n## Features\n\n- Extract products from Ali Express\n- Easy to use\n\n\n\n## Tech\n\nDillinger uses a number of open source projects to work properly:\n\n- [python] - Programing Language!\n- [vscode] -  text editor\n- [selenium] - Markdown parser done right. Fast and easy to extend.\n\n\n\n## Installation\n\n\nInstall the dependencies and devDependencies and start the server.\n\n```sh\npip install AliProductExtractor\n```\n\n\n\n## Usage example\n\n\n```python\n\nfrom AliProductExtractor.scrape_ali_express import aliExtractor\nimport os\n\nif __name__ == \"__main__\":\n    os.environ['WDM_LOG_LEVEL'] = '0'\n    os.environ['WDM_LOCAL'] = '1'\n    url = 'https://www.aliexpress.us/item/3256804136971215.html'\n\n    data = aliExtractor(url)\n\n    print(data)\n\n```\n    \n    \n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "It will get the product data from ali express",
    "version": "0.11",
    "split_keywords": [
        "ali express",
        "ali  express product",
        "ali express product scraper",
        "scraper ali express",
        "scraper",
        "extractor"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "4bb010a62340823ddc24ec2629138e00",
                "sha256": "dca02ce04b22b2d650ba96c2a3f1fe7f90e770869309310c8ff05414d2a143fc"
            },
            "downloads": -1,
            "filename": "AliProductExtractor-0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "4bb010a62340823ddc24ec2629138e00",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4902,
            "upload_time": "2022-12-22T10:08:25",
            "upload_time_iso_8601": "2022-12-22T10:08:25.896994Z",
            "url": "https://files.pythonhosted.org/packages/0b/3d/819f46c756feda28da72650014f8fa30c68ba98a935c9b3cb0dfbc52f7df/AliProductExtractor-0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-22 10:08:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "BadarSaghir",
    "github_project": "AliProductExtractor",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "selenium",
            "specs": [
                [
                    "==",
                    "4.0.0a1"
                ]
            ]
        },
        {
            "name": "webdriver_manager",
            "specs": [
                [
                    "==",
                    "3.8.5"
                ]
            ]
        }
    ],
    "lcname": "aliproductextractor"
}
        
Elapsed time: 0.02152s