Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 969 Bytes

Readme.md

File metadata and controls

51 lines (33 loc) · 969 Bytes

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