Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.
/ GoogleAPI-Fun Public archive

Some samples using the Google API to do epic stuff.

License

Notifications You must be signed in to change notification settings

gadhagod/GoogleAPI-Fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoogleAPI-Fun

Some samples using the Google API to do epic stuff.

What is the Google API?

The Google API allows you to interact with Google services through code. This lets you automate actions or display information. There are endless uses for these. You can display your youtube channel's stats on a wall, or automatically spam your friends at 1:00 am. Here you can view the available APIs from Google. Many more APIs will come to this repository soon.

Setup

You must have a google account and pip installed.
Start by heading to the developer console and click Select a project on the top right of the page.



Click New Project and name it. Hit CREATE.
Now your project is created, but we have to add the APIs we want to use. Click Library on the left of the page.



Add the APIs you will use.

Authorization

The Google API uses OAuth to authorize access to project. This can be a painful proccess without guidance, because the official docs are pretty lousy.
Click Credentials on the left of the page on your developer console and click CREATE CREDENTIALS. Select OAuth Client ID and select Desktop app as your application type.



Name your credentials and hit create.
Now download the credentials' json file and move it to to your cloned repository.



You will also need to authorize acess to your google account. For the Youtube API, you will be instructed to visit a link where you authorize access. If you get the following screen:



Click Advanced and Go to {project name} You should recieve a code, which you paste into your shell.
If you are using any of the other APIs, you will automatically be directed to a localhost, where you sign in to your account.

To-do

At the moment, only a few APIs are used in this repository, but many more are coming.

Feedback and Contributions

If you have any suggestions, questions, or bugs, please open an issue. If you want any code changes, please open a pull request. Feedback is greatly appreciated.

About

Some samples using the Google API to do epic stuff.

Resources

License

Stars

Watchers

Forks

Languages