Skip to content

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.

License

Notifications You must be signed in to change notification settings

DevRelSquad-blogs/GitHub_Rest_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages