This Python script creates a 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 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 py api codegeneration softwaredevelopment softwareengineering sourcecontrol versioncontrol pythonscripting bot repositorycreation timemanipulation randomcommits automationapi repositorymanagement commithistory personalaccesstokens gitcommits
- Updated
Aug 15, 2023 - Python