Skip to content

Know everything there is to know about football world through ⚽ FIFA Galaxy ⚽ for Google Assistant

License

Notifications You must be signed in to change notification settings

Axle7XStriker/fifa-galaxy-google

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIFA Galaxy for Google Assistant

FIFA Galaxy, is a Google Assistant application normally called an Action on Google Assistant, built using Dialogflow and Node.js. It lets you know interesting facts about your favorite football star, club, national team and also keeps you updated on the latest happenings in the world of football.

Setup Instructions

See the developer guide and release notes at https://developers.google.com/actions/ for more details.

Steps

  1. Use the Actions on Google Console to add a new project with a name of your choosing and click Create Project.
  2. Click Skip, located on the top right to skip over category selection menu.
  3. On the left navigation menu under BUILD, click on Actions. Click on Add Your First Action and choose your app's language(s).
  4. Select Custom intent, click BUILD. This will open a Dialogflow console. Click CREATE.
  5. Click on the gear icon to see the project settings.
  6. Select Export and Import.
  7. Select Restore from zip. Follow the directions to restore from the FIFA-Galaxy.zip file in this repo.
  8. Deploy the fulfillment webhook provided in the functions folder using Google Cloud Functions for Firebase:
    1. Follow the instructions to set up and initialize Firebase SDK for Cloud Functions. Make sure to select the project that you have previously generated in the Actions on Google Console and to reply N when asked to overwrite existing files by the Firebase CLI.
    2. Run firebase deploy --only functions and take note of the endpoint where the fulfillment webhook has been published. It should look like Function URL (fifaGalaxy): https://${REGION}-${PROJECT}.cloudfunctions.net/fifaGalaxy
  9. Go back to the Dialogflow console and select Fulfillment from the left navigation menu. Enable Webhook, set the value of URL to the Function URL from the previous step, then click Save.
  10. Select Integrations from the left navigation menu and open the Integration Settings menu for Actions on Google.
  11. Enter the following intents as Additional triggering intents.
    • FIFA-Facts
    • Match-Score
  12. Enable Auto-preview changes and Click Test. This will open the Actions on Google simulator
  13. Type Talk to my test app in the simulator, or say OK Google, talk to my test app , or you can say Talk to FIFA Galaxy to any Actions on Google enabled device signed into your developer account.

For more detailed information on deployment, see the documentation.

Contents

Leagues

  • Bundesliga (Germany)
  • Ligue 1 (France)
  • La Liga Santander (Spain)
  • Premier League (England)
  • Serie A (Italy)
  • Champions League (Europe)

Teams & Players

All the teams and players of the major leagues mentioned above are included along with the top national teams and players in football.

References and How to report bugs

License

See LICENSE.

About

Know everything there is to know about football world through ⚽ FIFA Galaxy ⚽ for Google Assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published