yugioh-scraper


Nameyugioh-scraper JSON
Version 0.2.0 PyPI version JSON
download
home_page
SummaryYu-Gi-Oh! Scraper is a project that crawls websites and APIs and extracts Yu-Gi-Oh! related data from their pages.
upload_time2023-01-26 06:43:22
maintainer
docs_urlNone
author
requires_python>=3.7
license The MIT License (MIT) Copyright (c) 2022 Albert Marrero Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords scraper scrapy yugioh data datasets
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Yu-Gi-Oh! Scraper

<p align="center">
    <a href="https://docs.python.org/release/3.11.0/"><img src="https://img.shields.io/github/pipenv/locked/python-version/albert-marrero/Yu-Gi-Oh-Scraper"></a>
    <a href="https://github.com/albert-marrero/Yu-Gi-Oh-Scraper/blob/main/LICENSE.md"><img src="https://img.shields.io/github/license/albert-marrero/Yu-Gi-Oh-Scraper"></a>
    <a href="https://pypi.org/project/yugioh-scraper/"><img src="https://img.shields.io/pypi/v/yugioh-scraper"></a>
    <a href="https://pypi.org/project/yugioh-scraper/"><img src="https://img.shields.io/pypi/dm/yugioh-scraper"></a>
    <a href="https://github.com/albert-marrero/Yu-Gi-Oh-Scraper/issues"><img src="https://img.shields.io/github/issues/albert-marrero/Yu-Gi-Oh-Scraper"></a>
    <a href="https://github.com/albert-marrero/Yu-Gi-Oh-Scraper"><img src="https://img.shields.io/github/stars/albert-marrero/Yu-Gi-Oh-Scraper?style=social"></a>
</p>

Yu-Gi-Oh! Scraper is a project that crawls websites and APIs and extracts Yu-Gi-Oh! related data from their pages.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

Requirements for the software and other tools to build, test and push

<p>
    <a href="https://black.readthedocs.io/en/stable/"><img src="https://img.shields.io/github/pipenv/locked/dependency-version/albert-marrero/Yu-Gi-Oh-Scraper/dev/black"></a>
    <a href="https://docs.scrapy.org/en/2.7/"><img src="https://img.shields.io/github/pipenv/locked/dependency-version/albert-marrero/Yu-Gi-Oh-Scraper/scrapy"></a>
</p>

### Installing

I strongly recommend that you install this project in a dedicated virtual environment to avoid conflicting with your system packages.

See [Virtual Environments and Packages](https://docs.python.org/3/tutorial/venv.html#tut-venv) on how to create and use your virtual environment.

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the requirements of this project.

```bash
python -m pip install -r requirements.txt
```

## Built With

* [Black](https://black.readthedocs.io/en/stable/) - An uncompromising Python code formatter
* [Scrapy](https://docs.scrapy.org/en/2.7/) - A fast high-level web crawling and web scraping framework

## Versioning

We use [Semantic Versioning](http://semver.org/) for versioning. For the versions
available, see the [tags on this
repository](https://github.com/albert-marrero/Yu-Gi-Oh-Scraper/tags).

## Authors

  - [**Albert Marrero**](https://github.com/albert-marrero) - *Provided Initial Code*

See also the list of
[contributors]
who participated in this project.

## Support

If you enjoy this repository, please [star](https://docs.github.com/en/get-started/exploring-projects-on-github/saving-repositories-with-stars) this repository. By starring a repository, it shows appreciation to the repository maintainer for their work. Many of GitHub's repository rankings depend on the number of stars a repository has.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

[contributors]: https://github.com/albert-marrero/Yu-Gi-Oh-Scraper/graphs/contributors

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "yugioh-scraper",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "Albert Marrero <contact@albertmarrero.me>",
    "keywords": "scraper,scrapy,yugioh,data,datasets",
    "author": "",
    "author_email": "Albert Marrero <contact@albertmarrero.me>",
    "download_url": "https://files.pythonhosted.org/packages/77/51/307de3e0cb72da861259bedcd46de1c2ba7983d36d3073c1eb2e09a84b59/yugioh-scraper-0.2.0.tar.gz",
    "platform": null,
    "description": "# Yu-Gi-Oh! Scraper\n\n<p align=\"center\">\n    <a href=\"https://docs.python.org/release/3.11.0/\"><img src=\"https://img.shields.io/github/pipenv/locked/python-version/albert-marrero/Yu-Gi-Oh-Scraper\"></a>\n    <a href=\"https://github.com/albert-marrero/Yu-Gi-Oh-Scraper/blob/main/LICENSE.md\"><img src=\"https://img.shields.io/github/license/albert-marrero/Yu-Gi-Oh-Scraper\"></a>\n    <a href=\"https://pypi.org/project/yugioh-scraper/\"><img src=\"https://img.shields.io/pypi/v/yugioh-scraper\"></a>\n    <a href=\"https://pypi.org/project/yugioh-scraper/\"><img src=\"https://img.shields.io/pypi/dm/yugioh-scraper\"></a>\n    <a href=\"https://github.com/albert-marrero/Yu-Gi-Oh-Scraper/issues\"><img src=\"https://img.shields.io/github/issues/albert-marrero/Yu-Gi-Oh-Scraper\"></a>\n    <a href=\"https://github.com/albert-marrero/Yu-Gi-Oh-Scraper\"><img src=\"https://img.shields.io/github/stars/albert-marrero/Yu-Gi-Oh-Scraper?style=social\"></a>\n</p>\n\nYu-Gi-Oh! Scraper is a project that crawls websites and APIs and extracts Yu-Gi-Oh! related data from their pages.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\nRequirements for the software and other tools to build, test and push\n\n<p>\n    <a href=\"https://black.readthedocs.io/en/stable/\"><img src=\"https://img.shields.io/github/pipenv/locked/dependency-version/albert-marrero/Yu-Gi-Oh-Scraper/dev/black\"></a>\n    <a href=\"https://docs.scrapy.org/en/2.7/\"><img src=\"https://img.shields.io/github/pipenv/locked/dependency-version/albert-marrero/Yu-Gi-Oh-Scraper/scrapy\"></a>\n</p>\n\n### Installing\n\nI strongly recommend that you install this project in a dedicated virtual environment to avoid conflicting with your system packages.\n\nSee [Virtual Environments and Packages](https://docs.python.org/3/tutorial/venv.html#tut-venv) on how to create and use your virtual environment.\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install the requirements of this project.\n\n```bash\npython -m pip install -r requirements.txt\n```\n\n## Built With\n\n* [Black](https://black.readthedocs.io/en/stable/) - An uncompromising Python code formatter\n* [Scrapy](https://docs.scrapy.org/en/2.7/) - A fast high-level web crawling and web scraping framework\n\n## Versioning\n\nWe use [Semantic Versioning](http://semver.org/) for versioning. For the versions\navailable, see the [tags on this\nrepository](https://github.com/albert-marrero/Yu-Gi-Oh-Scraper/tags).\n\n## Authors\n\n  - [**Albert Marrero**](https://github.com/albert-marrero) - *Provided Initial Code*\n\nSee also the list of\n[contributors]\nwho participated in this project.\n\n## Support\n\nIf you enjoy this repository, please [star](https://docs.github.com/en/get-started/exploring-projects-on-github/saving-repositories-with-stars) this repository. By starring a repository, it shows appreciation to the repository maintainer for their work. Many of GitHub's repository rankings depend on the number of stars a repository has.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n[contributors]: https://github.com/albert-marrero/Yu-Gi-Oh-Scraper/graphs/contributors\n",
    "bugtrack_url": null,
    "license": " The MIT License (MIT)  Copyright (c) 2022 Albert Marrero  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Yu-Gi-Oh! Scraper is a project that crawls websites and APIs and extracts Yu-Gi-Oh! related data from their pages.",
    "version": "0.2.0",
    "split_keywords": [
        "scraper",
        "scrapy",
        "yugioh",
        "data",
        "datasets"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a03c72504fc9be624c1b0787f174a3ad8155537d7cc9a976fb5699f620c548e9",
                "md5": "7e10d37d69e627348739cc21f0dc7664",
                "sha256": "3e957418760b808cafe90da52eac4bead9d7f258390953bab2390fbb98207f67"
            },
            "downloads": -1,
            "filename": "yugioh_scraper-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7e10d37d69e627348739cc21f0dc7664",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 10163,
            "upload_time": "2023-01-26T06:43:20",
            "upload_time_iso_8601": "2023-01-26T06:43:20.871495Z",
            "url": "https://files.pythonhosted.org/packages/a0/3c/72504fc9be624c1b0787f174a3ad8155537d7cc9a976fb5699f620c548e9/yugioh_scraper-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7751307de3e0cb72da861259bedcd46de1c2ba7983d36d3073c1eb2e09a84b59",
                "md5": "561ff0e37dcb7d3470bf97f49b851fcc",
                "sha256": "94bba7b4f0cff983ba254be1192c3c241eb6ca9816ecf6bd927a47c0659d17f9"
            },
            "downloads": -1,
            "filename": "yugioh-scraper-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "561ff0e37dcb7d3470bf97f49b851fcc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 11519,
            "upload_time": "2023-01-26T06:43:22",
            "upload_time_iso_8601": "2023-01-26T06:43:22.206863Z",
            "url": "https://files.pythonhosted.org/packages/77/51/307de3e0cb72da861259bedcd46de1c2ba7983d36d3073c1eb2e09a84b59/yugioh-scraper-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-26 06:43:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "yugioh-scraper"
}
        
Elapsed time: 0.03144s