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.
git clone https://github.com/your-username/GitHub_Gist_API.git
cd GitHub_Gist_API
pip install requests
Run the Python script create.py to create a new gist:
python create.py
Run the script to delete gists:
python del.py
Run the script to update a gist:
python update.py