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.git
cd GitHub_Rest_API
pip install requests
Run the Python script create.py to create a new repository:
python create.py
Run the script to delete repository:
python del.py
Run the script to create an issue in a repository:
python issue.py
If you would like more information on managing repositories, please refer to the practical guide in this article.