ibearychat
Tools package for bearychat.
install
pip install ibearychat
demo
from ibearychat import bearychat_incoming
webhook_url = "your_incoming_url"
bearychat_incoming(
webhook_url,
pretext="This is pretext.",
title="This is title.",
url="https://www.teachmyself.cn.",
color="#70cc29",
text_list=["This is the first line.", "This is the second line"],
debug=True
)
# or
payload = {
"pretext" : "This is pretext.",
"title" : "This is title.",
"url" : "This is title.",
"color" : "#70cc29",
"text" : ["This is the first line.", "This is the second line"],
}
bearychat_incoming(webhook_url, payload=payload, debug=True)
Release files for ibearychat 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ibearychat-0.1.0.tar.gz | 2.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ibearychat-0.1.0-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 6.4 kB
Release files / ibearychat-0.1.0.tar.gz
| Download URL | ibearychat-0.1.0.tar.gz |
|---|---|
| Size | 2.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
115376e192109e122d021c56ee2401cdec4950e978e869da6dea51dffba85478
|
|
BLAKE2b-256 checksum How to use checksums |
45239f2330fa38efcbebeea6de8aebf2f6420271f90e900181e37f3fdb08f9a6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.9.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/2.7.12
|
Release files / ibearychat-0.1.0-py2-none-any.whl
| Download URL | ibearychat-0.1.0-py2-none-any.whl |
|---|---|
| Size | 3.9 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
c3106c9c2481f0278eba62d8ff934c8d2aec679d1b1d872ddaa7249734d38170
|
|
BLAKE2b-256 checksum How to use checksums |
39396c8ae5283991a87385738f251ca403cee3128291240d33e1b689e0d54989
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.9.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/2.7.12
|