Skip to main content

Rocket.Chat API wrapper using tapioca

Project description

# Tapioca Rocket.Chat

## Installation

```
pip install tapioca-rocketchat
```

## Documentation

``` python
from tapioca_rocketchat import Rocketchat

api = Rocketchat(host='your-host', token='your-token', user_id='your-user-id')
# or api = Rocketchat(host='your-host', username='your-username', password='your-password')

api.version().get()
api.rooms().get()
api.messages(room='room-id').get()
api.join(room='room-id').post()
api.send(room='room-id').post(data={'msg': 'your-message'})
api.leave(room='room-id').post()
api.logoff().post()
```

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tapioca-rocketchat-0.1.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

tapioca_rocketchat-0.1-py2.py3-none-any.whl (4.5 kB view details)

Uploaded Python 2Python 3

File details

Details for the file tapioca-rocketchat-0.1.tar.gz.

File metadata

File hashes

Hashes for tapioca-rocketchat-0.1.tar.gz
Algorithm Hash digest
SHA256 d08d93e9c7279f5f4814b38a71d726d664940f2045a43cf8763bc86829797ed4
MD5 423111aa08600bed003ea894028f4f4d
BLAKE2b-256 633ba4e820fa3b0b4cc34dd0fd9468aa87ddbdb96d3923c30f3543f673b67111

See more details on using hashes here.

File details

Details for the file tapioca_rocketchat-0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for tapioca_rocketchat-0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bd93caf0cec47763a71ffc3931019735e5f4f53cf0fb0fc29849d3b10a05b607
MD5 414ac864feb3dc31ad0aa6878f53d44b
BLAKE2b-256 6b98f70e1fa66fa56aba2da0561c9457ed706b1a2e9c867b4ec30cb6396959ab

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page