Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GitHub-Java-Corpus-Scripts
These scripts download a set of Java projects from GitHub and download all their dependencies. To use these scripts, place the file [valid_projects.txt](https://github.com/SimonBaars/GitHub-Java-Corpus-Scripts/blob/master/filtered_projects.txt) at the following location: `%home_folder%/clone/valid_projects.txt`. Then, run [CollectDependencies.java](https://github.com/SimonBaars/GitHub-Java-Corpus-Scripts/blob/master/src/main/java/com/simonbaars/githubjavacorpus/CollectDependencies.java). It will download all the github projects and their dependencies.
These scripts download a set of Java projects from GitHub and download all their dependencies. To use these scripts, place the file [filtered_projects.txt](https://github.com/SimonBaars/GitHub-Java-Corpus-Scripts/blob/master/filtered_projects.txt) at the following location: `%home_folder%/clone/valid_projects.txt`. Then, run [CollectDependencies.java](https://github.com/SimonBaars/GitHub-Java-Corpus-Scripts/blob/master/src/main/java/com/simonbaars/githubjavacorpus/CollectDependencies.java). It will download all the github projects and their dependencies.

These scripts can be used if you require a set of software projects for research purposes.
Loading