/DiscordWebhookCenter

The DiscordWebhookCenter is a program to manage all your Discord Webhooks from different servers. You can send a text or pictures to your server, to update your users about something.

Primary LanguagePython

Table of Contents

  1. DiscordWebhookCenter
  2. Installation
  3. Usage
  4. TODOs
  5. License

DiscordWebhookCenter

The DiscordWebhookCenter is a tool with a graphical user interface (GUI). This makes it easy for you to send your messages to the Discord server without building one by yourself.

Installation

Use the package manager pip to install the needed packages for this project.

pip install discord-webhook

Usage

To start the DiscordWebhookCenter you can type following in the command line / terminal / shell or just start the python file DiscordWebhookCenter.py directly.

python3 DiscordWebhookCenter.py

or sometimes (depends on your configuration)

py DiscordWebhookCenter.py

TODOs

The gollowing points are going to be implemented in the future:

  • Exception handling for sending requests
  • Add license
  • Add makefile commands and description in README

License