Skip to content

A simple and lightweight Python PyPI module to send messages easily using Discord Webhooks.

Notifications You must be signed in to change notification settings

YUChoe/discord_msg_lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Version

Discord message lite

This is a simple and lightweight Python PyPI module to send messages easily using Discord Webhooks.

Installation

Run the following to install:

pip install discord-msg-lite

Usage

from discord_msg_lite import Discord_msg

webhook_url = 'https://discordapp.com/api/webhooks/123456789012345678/8xZhP4Zj-8KMVN7wLw6jE04VEK5BIfRxpzCwCwgHxpaNOQzZOTR95dPW53EMRjybXjAO'
dmsg = Discord_msg(webhook_url)
dmsg.send('test 12345 ㄱㄴㄷㄹ')

About

A simple and lightweight Python PyPI module to send messages easily using Discord Webhooks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages