yugioh-scraper

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


Keywords
scraper, scrapy, yugioh, data, datasets, data-science, python, web-crawler, webcrawler
License
Other
Install
pip install yugioh-scraper==0.2.0

Documentation

Yu-Gi-Oh! Scraper

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

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 on how to create and use your virtual environment.

Use the package manager pip to install the requirements of this project.

python -m pip install -r requirements.txt

Built With

  • Black - An uncompromising Python code formatter
  • Scrapy - A fast high-level web crawling and web scraping framework

Versioning

We use Semantic Versioning for versioning. For the versions available, see the tags on this repository.

Authors

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

Support

If you enjoy this repository, please star 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 file for details