BBC_Scripts
  1. BBC_Scripts

migrate_github_repos_to_bitbucket

Public
AuthorCommitMessageCommit dateIssues
Michael WalkerMichael Walker
70f8e4ec042updating readme to reflect https instead of ssh git operations
Michael WalkerMichael Walker
3f35ac436edreintroduced the github api function for pulling personal repos and added functionality to do either personal or org level repos based on the presence of an org name populated in the variable
Michael WalkerMichael Walker
028c6913d99switched to using https instead of ssh | switched to Github package rather than relying on api, utilizing Github.organization.getrepos() repo.clone_url
Michael WalkerMichael Walker
a0886931005update github GET call to retrieve 'all' rather than just public repos | updated bitbucket project and repo creation to force private | forced repo slugs to always be lower() and replace space characters with underscores | moved f-string creation to own lines for readability
Michael WalkerMichael Walker
8f87a2718d4updated markdown formatting
Michael WalkerMichael Walker
7939c1cbafaadding note about access tokens
Michael WalkerMichael Walker
b0e1436a945updated regarding ssh warning
Michael WalkerMichael Walker
9528385ea08converted to ssh urls from https
Michael WalkerMichael Walker
796929668cdadjust evaluation
Michael WalkerMichael Walker
3677fd2d48emis-spelled requirements
Michael WalkerMichael Walker
96e0e529210init commit | No testing performed yet