/GitHub_Rest_API

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.

Primary LanguagePythonMIT LicenseMIT

GitHub Rest API

Overview

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.

Setup

Clone the Repository

git clone https://github.com/your-username/GitHub_Rest_API.git

Navigate to the Project Directory

cd GitHub_Rest_API

Install Required Libraries

pip install requests

Usage

Create a New Repository

Run the Python script create.py to create a new repository:

python create.py

Delete Repository from GitHub

Run the script to delete repository:

python del.py

Create issues in Repository

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.