mazen160 / GithubCloner

A script that clones Github repositories of users and organizations.
MIT License
405 stars 121 forks source link

Exclude some repos and a little bit of PEP8 refactor #26

Closed qkzk closed 3 years ago

qkzk commented 3 years ago

Sorry, I had a lot of work and couldn't create PR before...

As you'll see it doesn't change much of the original code, most of the edits are about PEP8 : lenght of lines, alignement, removing () from return etc.

The important changes come from the new option, to exclude some repos... I just added a new attribute (defaulted to None) when the object is initialised.

mazen160 commented 3 years ago

Thank you very much! Great additions here! :)