-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Giphy Integration #2693
Comments
It already exists :) It's !giphy rather than /giphy though, and you
have to add it via 'Manage Integrations' in riot-web in room settings.
It's powered by
https://github.com/matrix-org/go-neb/blob/master/src/github.com/matrix-org/go-neb/services/giphy/giphy.go
|
Cool, thx! Saw the bot but had to google to find (here) how it works, time for a good FAQ! :) |
Extra question: as the bot is a user, if you add it to a private conversation, this means the owner of the bot could actually read all these pvt conversations, or not? |
@krrisis you can enable auto playing of gifs under your settings. It's called "Autoplay GIFs and videos". I actually prefer them playing on mouse hover so it starts from the beginning. |
Wouldn't a widget be a better giphy integration? Type in your giphy query into the widget, the widget looks up gifs, then sends the chosen gif. Is there a reason not to do that? |
Link leads nowhere. |
Hi! I'm a long time IRCer and new user to riot/matrix and absolutely love it.
I'd love to see a client integration that has a
/giphy
command option similar to the popular slack option. The way I was thinking it'd work is the user can input/giphy {search query}
and riot will ping the giphy api and post the link to the gif. If the web.The output would look similar to what is below
Maybe we can even parse for giphy commands and display them inline in the client? I'd be happy to work on this feature but I wanted to see what everyone thought of it before starting.
The text was updated successfully, but these errors were encountered: