question

Upvotes
Accepted
1 1 1 1

Refinitiv Messenger API - GET requests

Hi,

I had a look at the Messenger APIs that Refinitiv provides but it seems that the functionality is built around sending messages rather than receiving them and the Side by Side API explicitly states that it is uni-directional and that it can only be used to send messages and not to receive them.

Is there any way to access messages in a conversation/chat-group from Python?


pythonmessenger-side-by-side-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvote
Accepted
25.3k 89 12 25

Hi @sloeschn

Not an expert on this but If you use Websocket interface of the Messenger Bot API - it should allow posting and receiving messages.

Take a look at the GitHub examples - particularly the Websocket one.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.