Pipoline / rocket-python

RocketChat API Implemented in Python
http://docs.rocket-python.com
MIT License
75 stars 33 forks source link

Is there support for uploading an image along with text? #70

Open mmehrle opened 7 months ago

mmehrle commented 7 months ago

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

mmehrle commented 7 months ago

I wrote some test code based on your upload_file() function and am getting this error:

raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://chat.redpillquants.com/api/v1/rooms.upload/cbbc_oi_tracker

Do you happen to know how that can be avoided? I am not sure there is a RocketChat setting or this anywhere.