├── README.md ├── download_repo_info.py ├── download_repo_text.py ├── download_repos.py ├── github_repositories.csv └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EleutherAI/github-downloader/HEAD/README.md -------------------------------------------------------------------------------- /download_repo_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EleutherAI/github-downloader/HEAD/download_repo_info.py -------------------------------------------------------------------------------- /download_repo_text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EleutherAI/github-downloader/HEAD/download_repo_text.py -------------------------------------------------------------------------------- /download_repos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EleutherAI/github-downloader/HEAD/download_repos.py -------------------------------------------------------------------------------- /github_repositories.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EleutherAI/github-downloader/HEAD/github_repositories.csv -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EleutherAI/github-downloader/HEAD/requirements.txt --------------------------------------------------------------------------------