In this folder create a new folder called github_repos
, and clone all the repositories
listed in github-repos.csv into the newly created github_repos
folder.
Then copy parse_github_repos.py into this folder.
In this folder create a new folder called json_files
, and then run python3 parse_github_repos.py
. For each repo, the parsed functions will be in a file called
./json_files/{repo_name}_functions.json
and the parsed imports will be in a file called ./json_files/{repo_name}_file_imports.json
.