Browse Source

Merge 6b0a6fd5ec into 3ba3d4600f

pull/282/merge
ordinarygulp 10 months ago
committed by GitHub
parent
commit
a5ec13a8d8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      README.md

5
README.md

@ -91,6 +91,9 @@ Invite the bot user into a Matrix room and type `!echo hello world`. It will rep
### Giphy
- Ability to query Giphy's "text-to-gif" engine.
### Google Image search
- Ability to query Google Custom search for images.
### Guggy
- Ability to query Guggy's gif engine.
@ -162,6 +165,8 @@ List of Services:
- [Giphy](https://matrix-org.github.io/go-neb/pkg/github.com/matrix-org/go-neb/services/giphy/) - A GIF bot
- [Github](https://matrix-org.github.io/go-neb/pkg/github.com/matrix-org/go-neb/services/github/) - A Github bot
- [Github Webhook](https://matrix-org.github.io/go-neb/pkg/github.com/matrix-org/go-neb/services/github/index.html#WebhookService) - A Github notification bot
- Google Image search - Search and display images.
- Requires: [Custom Search API key](https://developers.google.com/custom-search/v1/overview?pli=1&authuser=1) and an [Search engine ID](https://cse.google.com/cse/create/new) configured with 'Search the entire web' and 'Image search' enabled.
- [Guggy](https://matrix-org.github.io/go-neb/pkg/github.com/matrix-org/go-neb/services/guggy/) - A GIF bot
- [JIRA](https://matrix-org.github.io/go-neb/pkg/github.com/matrix-org/go-neb/services/jira/) - Integration with JIRA
- [RSS Bot](https://matrix-org.github.io/go-neb/pkg/github.com/matrix-org/go-neb/services/rssbot/) - An Atom/RSS feed reader

Loading…
Cancel
Save