Yu-Gi-Oh! Scraper is a project that crawls websites and APIs and extracts Yu-Gi-Oh! related data from their pages.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Requirements for the software and other tools to build, test and push
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
- Black - An uncompromising Python code formatter
- Scrapy - A fast high-level web crawling and web scraping framework
We use Semantic Versioning for versioning. For the versions available, see the tags on this repository.
- Albert Marrero - Provided Initial Code
See also the list of contributors who participated in this project.
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.
This project is licensed under the MIT License - see the LICENSE.md file for details