This project provides a simple Python script to interact with the GitHub REST API for managing repositories and issues. You can create, list, and update repositories, as well as create and manage issues in your GitHub account.
For additional insights and practical use cases, please see this article on GitHub Rest API.
git clone https://github.com/your-username/GitHub_Rest_API.gitcd GitHub_Rest_APIpip install requestsRun the Python script create.py to create a new repository:
python create.pyRun the script to delete repository:
python del.pyRun the script to create an issue in a repository:
python issue.pyIf you would like more information on managing repositories, please refer to the practical guide in this article.