/commit-file-downloader

Commit files downloader gets the previous and current version of all files related to a commit.

Primary LanguagePythonMIT LicenseMIT

Commit-file-downloader

Takes github commit urls as input to download the previous and current version of all files related to that commit.

Prerequisites

Usage

Edit commit links in the script and run:

python3 main.py

Output

  • before/: previous version of a file
  • after/: version of file after commit
  • repo/: repositories cloned here
  • output.csv: containes commit link and files names