lcsc-scrape.rs
lcsc-scrape.rs copied to clipboard
Scraper that creates a local SQLite database from parts in the JLCPCB SMT assembly service by looking up parameters from the LCSC product page
I tried running: ```bash ./lcsc-scrape fetch --jlc-data --parts-spreadsheet JLC_Components.ods ``` But I got this error: ``` ERROR lcsc_scrape] C1034: Error fetching JLC part info: SerdeJsonError(Error("missing field `total`", line: 1, column:...
Hi, Very cool project! I tested it and found the last query command should be: ``` ./lcsc-scrape query \ 'SELECT part_number, Description, JLC_Description, Datasheet, JLC_Datasheet FROM parts WHERE part_number =...