lcsc-scrape.rs icon indicating copy to clipboard operation
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

Results 3 lcsc-scrape.rs issues
Sort by recently updated
recently updated
newest added

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 =...