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.gitcd GitHub_Gist_APIpip install requestsRun the Python script create.py to create a new gist:
python create.pyRun the script to delete gists:
python del.pyRun the script to update a gist:
python update.py