rocket-python icon indicating copy to clipboard operation
rocket-python copied to clipboard

RocketChat API Implemented in Python

Results 9 rocket-python issues
Sort by recently updated
recently updated
newest added

When using: api.upload_file(room_id=id,file=files,description='some text',message='some text') the file is uploaded to respective room, and file format is correctly displayed. in example. file.pdf However, when downloading (through Rocket Chat on Windows), it...

hi i want build chat bot for auto answering how i can send message to user ? how chat bot can get message from users ? tnx

## Bug When I do `get_room_history("someid", latest=datetime.datetime.now())`, I get the messages from many hours ago, as if those were the most recent. I am in the UTC-4 timezone, and using...

The user_id is hashed and impossible to get without logging in from the API and as the user to get it. For both of these methods, the API supports username=,...

I don't see an option to create_private_room or add_user to a private room. Is that something that can be added easily?

enhancement

**Is your feature request related to a problem? Please describe.** The get_users() method only returns the 50 first users. **Describe the solution you'd like** The get_users() method should accept an...

My python bot needs to upload an image to a channel. Can that be done via the current API version?