A package for sending direct messages via Discord
Project description
Simple Message Bot
This bot is designed to send a custom direct message to a user on discord.
Example
import asyncio
from message import send_direct_message
async def my_script():
# Your script code goes here
await send_direct_message(TOKEN, USER_ID, "Hello, World!")
async def main():
await my_script()
asyncio.run(main())
Why
I wanted an easy way to get remote notfications from scripts
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simple_dmessage-0.2.0.tar.gz
(1.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simple_dmessage-0.2.0.tar.gz.
File metadata
- Download URL: simple_dmessage-0.2.0.tar.gz
- Upload date:
- Size: 1.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1003bbcba02b01af7fef33c9a6e12cd93a8577224fc88f038bb61be7f65046c3
|
|
| MD5 |
27c5e0178e5dfbb621677a903c251109
|
|
| BLAKE2b-256 |
27dd1fb4b64cc6890d2d65b8d89ada79acf2a4f3a5f8f2c7012e4f61f31fda15
|
File details
Details for the file simple_dmessage-0.2.0-py3-none-any.whl.
File metadata
- Download URL: simple_dmessage-0.2.0-py3-none-any.whl
- Upload date:
- Size: 1.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3133d272c14fb077e4f5680470b4850cfd1a52544258921f07ba69aa5f03dce
|
|
| MD5 |
ca2a572c32191589e07cf742bf3c77fb
|
|
| BLAKE2b-256 |
b818d17b00a86ec6675a00f0351e4e4306916852ab19629b6fc9ca58f3cb3ae1
|