Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 374 Bytes

File metadata and controls

24 lines (18 loc) · 374 Bytes

CMRO2CSV

Scrape CMRO and save in CSV

Usage

Scraping

npx cmro2csv scrape <character id>

The character ID can be found in the CMRO URL

https://cmro.travis-starnes.com/character_details.php?character=26106&order_listing=1&list_type=1&limit=30
character=26106

Merge CSVs

npx cmro2csv merge <files ...> -o <output csv file>