Skip to content

artnod78/PyscordHook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

PyscordHook

Simple Discord Webhook.
Webhooks are a low-effort way to post messages to channels in Discord.
They do not require a bot user or authentication to use.

Python

Need Python 3.x
Install packages with pip

  • requests, json

Install

Download files in a folder (ie: E/PyscordHook/ for Windows)

Create WebHook

  • Go on your discord server
  • Edit a chat room
  • Create Webhooks
  • And get webhook url

Config

Edit settings.py with your settings.

Exec

For Windows

cd E:/PyscordHook
python.exe discord_hook.py TOPHOOK

Add webhook

  • Add new dict like TOPHOOK in settings.py
  • Add its var name in ENABLE_HOOK in settings.py
  • Import new dict in discord_hook.py

Releases

No releases published

Packages

No packages published

Languages