Skip to content

ChatGPTools/WebhookTerminator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Webhook Terminator

This Python script allows you to terminate webhooks by sending DELETE requests to the specified URLs.

Usage

  1. Run the script using Python.
  2. Enter the URLs of the webhooks, with each URL on a separate line in the input box.
  3. Click the "Terminate Webhooks" button to send DELETE requests to the specified URLs.
  4. View the output box to see the status of each DELETE request.

Dependencies

  • Python 3.x
  • tkinter (for GUI)
  • requests

You can install the dependencies using the following command:

pip install tkinter requests

About

yes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages