Webhook 을 이용해 채널에 메시지를 보냅니다.
Project description
SimpleSender
Send message to your server with Webhook sender!
사용법
import Simplesender
content = input() # 보낼 메시지
a = Simplesender.sender('웹훅주소', content, '웹훅 이름')
a.sends() #
반복해서 쓰고싶으면 while문 추가가능
import Simplesender
while True:
content = input() # 보낼 메시지
a = Simplesender.sender('웹훅주소', content, '웹훅 이름')
a.sends() #
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
Simplesender-0.1.0.1.tar.gz
(1.5 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 Simplesender-0.1.0.1.tar.gz.
File metadata
- Download URL: Simplesender-0.1.0.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55aaa9881508a1fdda17fcffa4f094d8d5ef4da5fbc8d11f72f01e6b16d0b8dd
|
|
| MD5 |
d739ffe678186e0768e4cd0f9a88c33c
|
|
| BLAKE2b-256 |
8431684a5100e67d7de5c1f74938265180f373ae6d6434e76422fa95764c42a5
|
File details
Details for the file Simplesender-0.1.0.1-py3-none-any.whl.
File metadata
- Download URL: Simplesender-0.1.0.1-py3-none-any.whl
- Upload date:
- Size: 1.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fd9032b1ee15c1db5f1dc24cadf8229476a9630df2dbe32f3971683005cc791
|
|
| MD5 |
59e4414c7fe95c1cb2af16624d952fa7
|
|
| BLAKE2b-256 |
0cf6e8569d7d49e825f3d4971c48ddf807feb554691e7a212b9e0c2e661087a8
|