dallCrawler


NamedallCrawler JSON
Version 0.0.9 PyPI version JSON
download
home_pageNone
SummaryThis package helps you to crawl any site by setting your own config
upload_time2024-03-27 07:59:57
maintainerNone
docs_urlNone
authorMostafa Amiri
requires_pythonNone
licenseNone
keywords python crawler dall company
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Dall Crawler Package

This is a crawler.

```
from dallCrawler import Crawler

crawler = Crawler(url="https://example.com/{}/v2/{}")
# url can be set by setUrl(url) method
# type is optional
crawler.crawl("41257", "1", type='json')
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dallCrawler",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, crawler, dall company",
    "author": "Mostafa Amiri",
    "author_email": "<mostafa.amiri.62@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/cb/b3/f39ddee777e6c30c4c444395722a3e5e907ebfdaa0fc2f6787f56c5edea4/dallCrawler-0.0.9.tar.gz",
    "platform": null,
    "description": "# Dall Crawler Package\n\nThis is a crawler.\n\n```\nfrom dallCrawler import Crawler\n\ncrawler = Crawler(url=\"https://example.com/{}/v2/{}\")\n# url can be set by setUrl(url) method\n# type is optional\ncrawler.crawl(\"41257\", \"1\", type='json')\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This package helps you to crawl any site by setting your own config",
    "version": "0.0.9",
    "project_urls": null,
    "split_keywords": [
        "python",
        " crawler",
        " dall company"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0d3e5f416649d9e0c5162d404c17cdf2b81e1ad5e77bb8c2ab0be28e820b220",
                "md5": "26a8d31e05570841c34ce90ba5479976",
                "sha256": "a3f0e238c9e04d07a2d4a010257aa6ed28326f5049b851bd2af087039b95f4ce"
            },
            "downloads": -1,
            "filename": "dallCrawler-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "26a8d31e05570841c34ce90ba5479976",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3147,
            "upload_time": "2024-03-27T07:59:55",
            "upload_time_iso_8601": "2024-03-27T07:59:55.916569Z",
            "url": "https://files.pythonhosted.org/packages/d0/d3/e5f416649d9e0c5162d404c17cdf2b81e1ad5e77bb8c2ab0be28e820b220/dallCrawler-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbb3f39ddee777e6c30c4c444395722a3e5e907ebfdaa0fc2f6787f56c5edea4",
                "md5": "4fca1d3aee983a3b869baedf94904e84",
                "sha256": "ad297db8f04ad58a6bb265f6705098231b759acb2529e8d8235af59c2a7076e1"
            },
            "downloads": -1,
            "filename": "dallCrawler-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "4fca1d3aee983a3b869baedf94904e84",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2943,
            "upload_time": "2024-03-27T07:59:57",
            "upload_time_iso_8601": "2024-03-27T07:59:57.627369Z",
            "url": "https://files.pythonhosted.org/packages/cb/b3/f39ddee777e6c30c4c444395722a3e5e907ebfdaa0fc2f6787f56c5edea4/dallCrawler-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-27 07:59:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dallcrawler"
}
        
Elapsed time: 0.23178s