-
Notifications
You must be signed in to change notification settings - Fork 27
External APIs
Abhishek Singh edited this page Jun 4, 2019
·
1 revision
You can setup these additional services as well.
These are optional for initial setup. This list will keep growing. Feel free to add your own.
- Repeat all the steps in Setup Wakeword, except for Step 3 & Step 4.
- Instead click on the “Create Hotword” button and record your own custom wakeword
- Remember to change the wakeword key in
/app/config/config-dev.js
to match your custom wakeword - P.S If using your own custom keyword, please follow the above steps and record for Peeqo as well so we can have a general model which needs 500 samples from different people.
- For video responses, Peeqo uses vlipsy.com
- Vlipsy has no public api key. You can request one by emailing [email protected]. You can mention you need it for Peeqo.
- Enter this key in
/app/config/config.js
->vlipsy.key
- For gif responses, Peeqo uses giphy.com. Giphy has a public api key included in the app which is ready to use.
- You can get your own private api key by visiting https://developers.giphy.com/docs/ and requesting for one for free
- Peeqo uses openweather api for weather updates
- You can get a free api key by going to https://openweathermap.org/api
- Enter this key
app/config/config-dev.js
->openweather.key
- You will need a client_id & client_secret to access spotify
- Go to https://developer.spotify.com/dashboard/applications
- Sign in with your Spotify account
- Create a new app by clicking “My New App”
- Go through the steps to get a client_id & client_secret
- Copy and paste these in
app/js/config/config-dev.js
underspotify.clientId
,spotify.clientSecret
- Note: for non-premium users, I think spotify only provides 30 sec samples through the api