Dumper is a lib to dump bitbucket / github repositories.
Some examples how to use library can be found in examples folder folder.
Clone all repos from your account (your personal account + teams you are member of):
make build-all && ./build/dumper dump github -u username -d ~/destination_folder -t token_or_user_app_password
make run-tests