A Python wrapper for ChatWork's API
Project description
pychatwork
A Python wrapper for ChatWork's API
http://developer.chatwork.com/
チャットワークのAPIを簡単に使えるPythonのライブラリです。
Instollation
Install from PyPI.
pip install pychatwork
Install from github.
pip install git+https://github.com/takeshi0406/pychatwork
Usage
import pychatwork as ch
client = ch.ChatworkClient('your access token')
# get message from room 1234
res = client.get_messages(room_id='1234', force=True)
# post message to room 1234
client.post_messages(room_id='1234', message='hello chatwork!')
TODO
Now, only post message and get message methods were implemented.
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
pychatwork-1.0.5.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file pychatwork-1.0.5.tar.gz
.
File metadata
- Download URL: pychatwork-1.0.5.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.10 CPython/3.6.5 Darwin/17.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fa1e17e61a0fb8194c293a1543f961cdf88943d28cbd909e08ba3823a3f51bd |
|
MD5 | 69f07cb13f916ab38f78e25773331e5c |
|
BLAKE2b-256 | 0eb47530075b43df4fe5e06fdcfa1b6d1b6a27bba7dcc3f098dfa3b5f35a73c4 |
File details
Details for the file pychatwork-1.0.5-py3-none-any.whl
.
File metadata
- Download URL: pychatwork-1.0.5-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.10 CPython/3.6.5 Darwin/17.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4fcb9620a0b0017cd99b9ce438abacc931d258c5775330f5ad458805bca601f |
|
MD5 | a2b5640a9ef8f056216ad6e4e42d0e29 |
|
BLAKE2b-256 | 6991f7a2746ef94a4343fac9537a42d474f49708746634aae1f8102a20e68dfc |