RocketChat API with Python
Project description
#### RocketChat API
Python API wrapper for the [Rocket chat API](https://rocket.chat/docs/developer-guides/rest-api/)
#### Install
pip install rocket-python
#### Usage
Initialize the client with a username and password. This user must have Admin privs:
from rocketchat.api import RocketChatAPI api = RocketChatAPI(settings={'username': 'someuser', 'password': 'somepassword', 'domain': 'https://myrockethchatdomain.com'})
#### Supported Calls
Only a few calls exist within the API, and I am only adding them as they are needed by users. If you need a call, open an issue or send a pull request.
#### Running Tests
py.test tests rocketchat
##### Sending a message
You’ll first need to get the _id of the room you want to send a message to. Currently, Rocket can only send messages to public rooms.
api.send_message(‘Your message’, room_id)
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
Built Distribution
Hashes for rocket_python-1.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e9a1f54afdd5aa5aef0b67eda5062102a9596c10ebfab4c0acb61bd09b93f51 |
|
MD5 | d84793978df440a74ae1f8dbaba512bf |
|
BLAKE2b-256 | ed89e5ce6a8a739a794ed13b647cc51f736e018834ab5eda8d16ab93919a9f06 |