Skip to content

A scrapy-powered spider which parses all the 'single card' magic advertisement on https://www.cardmarket.com/.

License

Notifications You must be signed in to change notification settings

seniorglez/Magic-Cardmarket-Spider

Repository files navigation

Magic-Cardmarket-Spider

A scrapy-powered spider that parses all the 'single card' magic card advertisements on CardMarket.

Prerequisites

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

You will need to install some libs in order to run any spider. To install them, run the following command:

pip install -r requirements.txt

You also will need to install docker && docker-compose.

Run the project

Before executing anything, keep in mind that this execution may take days:

docker-compose up -d

cd magic

scrapy crawl mkm

If your system (I assume it is UNIX) does not recognize the command "scrapy" add it to your path:

PATH="${PATH}:${HOME}/.local/bin"

Built With

Authors

  • Diego Dominguez Twitter: DGlez1111

MIT License

Copyright (c) 2022 Diego Domínguez González

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.

About

A scrapy-powered spider which parses all the 'single card' magic advertisement on https://www.cardmarket.com/.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages