rmasse
rmasse
Hello Guys, I made a proof of concept, that seem to work pretty well. For instance `/gif show hello` will prompt a sample of 5 relevent gif thumbnails only visible...
Thumbnails are just links pointing to an internal endpoint, the tricky part was to handle redirection since referer is disable in mattermost links, so for now i just serve a...
Hey, I tried to reimplement this using this new feature but since we still in 4.1, i can't test it for the moment. Do you know if buttons are customizable...
@erozqba Sure sorry about that, it was a long time ago and these new interactive message buttons don't really fit our needs for the moment (the message is visible by...
Hi, Thanks for your feedback. A work-arround could be to use the client get method like the following snippet. `client.get("budget-splitter/{}/splits".format(id), raw=True)` There is also PR #36 that implement splits as...
Hi, Ramnes's snippet work but it's a read only solution, and maybe you'd like to query Items by Id and not getting the full inventory ? We had the same...
Concerning the current implementation, i tried to stick to the RFC linked by @tobes. Don't you think it's the best thing to do ? https://tools.ietf.org/html/rfc5988#page-6