zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
350 stars 356 forks source link

Opening search results in a popup dialog - Giphy Bot #658

Closed grigala closed 3 years ago

grigala commented 3 years ago

This is more of a question than an issue.

I'm wondering if there's anything already in the API that I can leverage with to implement this kind of behavior?

Basically all I want the bot to do instead of sending random picked GIF results, is to collect search results and show them in a popup window while the user types the search keyword.

Not sure if you are familiar with Telegram's GIF bot, but that's the behavior I want to replicate in a nutshell.

amanagr commented 3 years ago

There is some progress in https://github.com/zulip/zulip/pull/17068 regarding this. I expect it to be in a good state by the end of March.

grigala commented 3 years ago

@amanagr oh cool! Asking this was a good idea then 😁 Thanks. Will close this one.