Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 579 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 579 Bytes

Extract all repositories from one ecosystem (electric capital data)

Data from: Electric Capital

Pre-requisites

  1. use Python 3.8.10 or higher
  2. install dependencies: pip install -r requirements.txt

Extract all repo urls related to an ecosystem (including sub-ecosystem repo urls)

  1. in the CLI:

python3 extract.py <ecosystem_file_name>

For example, to get all repo urls for the Polygon ecosystem & sub ecosystems:

python3 extract.py polygon.toml

  1. get your toml and csv file from the results folder