DingDing Helper.
Project description
dingding-helper
Usage
pip install dingdinghelper
Example
from dingdinghelper import DingDingHelper
if __name__ == "__main__":
ding = DingDingHelper()
ding.username = '13712345678'
ding.password = 'xxxpassword'
ding.corpid = '...'
ding.corpsecret = '...'
ding.msgurl = 'https://oapi.dingtalk.com/robot/send?access_token=...'
ding.send_msg('DingDingHelper Test')
ding.cookie = '...'
ding.upload_file("E:/xxx.zip", 483476421, '/xxx/')
Publish to PyPI
pip install --user --upgrade setuptools wheel twine
python setup.py sdist bdist_wheel
python -m twine upload dist/*
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
dingdinghelper-0.0.3.tar.gz
(24.3 kB
view details)
Built Distribution
File details
Details for the file dingdinghelper-0.0.3.tar.gz
.
File metadata
- Download URL: dingdinghelper-0.0.3.tar.gz
- Upload date:
- Size: 24.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e327daea6ccb1d6a4b83f76aee91ede991bf22ad0db07b63b5a01eb7e817615e |
|
MD5 | 600552a8d069cb8fcc0a15ee392ff0eb |
|
BLAKE2b-256 | e367256dcdefa32e2e08ba6cf18c8f5c1a58cffc659614f669995c101b1258f4 |
File details
Details for the file dingdinghelper-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: dingdinghelper-0.0.3-py3-none-any.whl
- Upload date:
- Size: 35.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc09ce3b16eb430fd6b713e45c1accac9c19ba88447c2908c2213c4d5d8a9e7e |
|
MD5 | e48028b39a0fd131b3fc5919b5fed778 |
|
BLAKE2b-256 | 1c51f8fe835b0adaf9bdc08b22f917612888c7eaf5e0f0a71fc1fcae9e005e53 |