Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jorazon/moxfield-scraper
- Owner: Jorazon
- Created: 2024-10-26T19:13:01.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T11:17:47.000Z (2 months ago)
- Last Synced: 2024-10-28T13:36:27.129Z (2 months ago)
- Topics: cockatrice, magic-the-gathering, moxfield, mtg, python, robotframework, scraping
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```