Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jorazon/moxfield-scraper

Moxfield to Cockatrice EDH deck scraper
https://github.com/jorazon/moxfield-scraper

cockatrice magic-the-gathering moxfield mtg python robotframework scraping

Last synced: 19 days ago
JSON representation

Moxfield to Cockatrice EDH deck scraper

Awesome Lists containing this project

README

        

# Web scraper powered by Robot Framework

Stores the last updated Commander / EDH deck from [Moxfield](https://moxfield.com/decks/public) in [Cockatrice](https://cockatrice.github.io/) format.

## Installation

Compatible with python 3.6 to 3.11

```sh
python -m venv .venv
./.venv/scripts/activate
pip install -r requirements.txt
```

## Usage

```sh
./.venv/scripts/activate
robot -d results .\tests\moxfield-scraper.robot
```