reintroduced 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
switched to using https instead of ssh | switched to Github package rather than relying on api, utilizing Github.organization.getrepos() repo.clone_url
update 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