/fork-miner

Primary LanguagePythonMIT LicenseMIT

fork-miner

This project collects data from forks, aim to verify if changes made on forks are returned to the original repository.

Needs Python 3.

Add github personal access tokens on line 8 of file main.py. Add repos to verify on line 10 of file main.py in format '{owner}/{repository}':

Example: 'dsambugaro/fork-miner'

To execute, just run the main.py file.

$ python main.py