This Python script creates a GitHub bot that automates the creation of a private repository (if it doesn't exist) and commits at random dates from 1 year ago to the present. It uses the GitHub API to manage repositories and the git command line tool to make commits. The dates for commits are randomly generated within a specified range.
git automation programming pygithub githubapi codegeneration softwaredevelopment softwareengineering sourcecontrol versioncontrol pythonscripting githubbot repositorycreation timemanipulation randomcommits automationgithubapi repositorymanagement commithistory personalaccesstokens gitcommits
- Updated
Aug 15, 2023 - Python