Skip to content

Scrapes all parts used in all schematic sheets in a github organization for usage frequency analysis

Notifications You must be signed in to change notification settings

ghaith99/EagleCAD-Schematics-Parts-Github-Scraper

Repository files navigation

EagleCAD Schematics Parts Github Scraper

  • Frequency analysis of parts used in EagleCAD schematics.
  • 1300+ schematics sheets from Sparkfun + Adafruit collected.
  • Will ignore KiCAD sch files
  • XML Parts tags are parsed and stored in csv file in the same folder
  • Following part's values are colleted:
    • library
    • deviceset
    • device
    • value

Usage

main.py -c <count_per_page> -p <page> -o <organization>

Example

main.py -c 10 -p 20 -o sparkfun

About

Scrapes all parts used in all schematic sheets in a github organization for usage frequency analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages