Skip to content

Make Google Assistant get data from twitter api and talk back to you

License

Notifications You must be signed in to change notification settings

ThisTine/google-assistant-with-twitterapi

Repository files navigation

Twitter API with Google Assistant

As you can see on my clip video I made google home get data from twitter api and talk back to me ! (Very Cool right ? OWO )

this is the video that i talked about !

Youtube (click to see the video)

This project using these languages/Libaries/Whatever

How does it work ?

How does it Work

it's pretty easy so

  • We talk to google home and it will sent request to our API
  • Than our API Will get the request and send the request to Twitter API to get the newest 10 tweets
  • The Twitter API will send all the datas as Json to our API
  • Than our API Will process all the datas and random 1 tweet from 10 tweets (So we don't get the same tweet everytime we call google home) and send it to our google assistant

Getting start

So They have 2 (+1) folders, All of them have comments to show you how they work (Read it if you want)

Google Action Console

This is folder for Google Action Console. It will tell Our Google Assistant to get the data from our API

NodeJS (API)

This folder will create an API to process datas and send data back to google server

NodeJS (API With print server)

This is the same as NodeJS (API) but if you watch my video till the end. you will see that after the google assistant Talked to us, my printer will print the respond that google said. This is easy but your printer need to have function that can print using email

Creator

Thistine

Have Fun

:)

About

Make Google Assistant get data from twitter api and talk back to you

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published