Data from: Electric Capital
- use Python 3.8.10 or higher
- install dependencies:
pip install -r requirements.txt
- 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
- get your toml and csv file from the /results folder
This script will automatically look for any columns called "repo_link" or "githubLink" in two csv files and output a summary of the repos that are new to one or the other file.
Same pre-requisites as mentioned above
- in the CLI:
python3 compareCSV.py <csv_file_name1> <csv_file_name2>
For example:
python3 compareCSV.py polygon.csv polygon_new.csv
- get your toml and csv file from the /comparison-results folder