Bearychat tools.
Project description
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ibearychat-0.1.0.tar.gz
(2.6 kB
view details)
Built Distribution
File details
Details for the file ibearychat-0.1.0.tar.gz
.
File metadata
- Download URL: ibearychat-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 115376e192109e122d021c56ee2401cdec4950e978e869da6dea51dffba85478 |
|
MD5 | 9fab4e5b5bdb7b6a6da7f0d7d0d1e217 |
|
BLAKE2b-256 | 45239f2330fa38efcbebeea6de8aebf2f6420271f90e900181e37f3fdb08f9a6 |
File details
Details for the file ibearychat-0.1.0-py2-none-any.whl
.
File metadata
- Download URL: ibearychat-0.1.0-py2-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 2
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3106c9c2481f0278eba62d8ff934c8d2aec679d1b1d872ddaa7249734d38170 |
|
MD5 | e304f43063ddf119185d58cdeaf01614 |
|
BLAKE2b-256 | 39396c8ae5283991a87385738f251ca403cee3128291240d33e1b689e0d54989 |