Skip to content

This project provides a simple Python script to interact with the GitHub Gist API for managing and sharing your code snippets. You can create, delete, and update gists in your GitHub account.

Notifications You must be signed in to change notification settings

DevRelSquad-blogs/GitHub_Gist_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Gist API

Overview

This project provides a simple Python script to interact with the GitHub Gist API for managing and sharing your code snippets. You can create, delete, and update gists in your GitHub account.

For additional insights and practical use cases, please see this article on GitHub Gist API.

Setup

Clone the Repository

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

Navigate to the Project Directory

cd GitHub_Gist_API

Install Required Libraries

pip install requests

Usage

Create a New Gist

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

python create.py

Delete Gists from GitHub

Run the script to delete gists:

python del.py

Update Gists in GitHub

Run the script to update a gist:

python update.py

About

This project provides a simple Python script to interact with the GitHub Gist API for managing and sharing your code snippets. You can create, delete, and update gists in your GitHub account.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages