Python web scrapper on GitLab API which allows to collect all changes from many repositories.
- First searching recursively for subgroups.
- Processing repositories from subgroup.
- As a result in the same directory: a) create directory with name: <output_YYYY-MM-DD-HH:MM:SS> b) diffs will be saved in files with names: <YYYY-MM__repository_name__branch_name.patch>
python -m venv envsource env/bin/activatepip install -r requirements.txtpython diff-scrapper.py --helpdeactivate