README.md in hibot-0.0.1 vs README.md in hibot-0.0.2
- old
+ new
@@ -26,12 +26,10 @@
Then, just run the hibot binary to launch the bot. If you changed to default hibotrc location, you can use the -c or --config flag to specify where is your config file.
## Plugins
-At the moment, the following plugins are available :
-
To use a plugin, first you have to add it to the hibotrc file. Then configure the plugin if some extra configuration is needed. Here is the plugin list and the instructions per plugin :
1. Hibot::Spotify : allows you to parse Spotify uri when pasted in a channel or to search through Spotify's API some data.
To use this plugin, you have to create a spotify application. You can do it from [here](https://developer.spotify.com/my-applications). When it's done, copy you client ID and client Secret to the hibotrc file with that structure :
@@ -40,9 +38,18 @@
---
# here comes the general configuration
:Hibot::Spotify:
:client_id: your_client_id
:client_secret: your_client_secret
+```
+
+2. Hibot::Giphy : allows you to get random gif uri matching your query
+
+To use this plugin, you have to request an API key more information about how to get a key [here](https://github.com/giphy/GiphyAPI#access-and-api-keys). When you have your key, complete the hibotrc file with that structure :
+
+```yaml
+:Hibot::Giphy:
+ :api_key: your_api_key
```
## Contribute
1. Fork it
2. Dev it
\ No newline at end of file