Skip to content

MengChunYou/google_places_api_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google_places_api_tutorial

This repository contains Python code and slides for a tutorial on using the Google Places API (New), focusing on Place Details (New) and Text Search (New).

The tutorial was conducted online at @NTUDAC on Nov 25, 2023, with materials written in Traditional Chinese.

Table of Contents

Repository Structure

root/
 ├── notebook/      
 │    └── Google_Places_API_Tutorial.ipynb
 ├── output/          
 │    └── cafe.csv
 ├── slide/   
 │    └── Google_Places_API_Tutorial_Slide.pdf
 ├── .gitignore
 ├── requirements.txt
 └── README.md     
  • slide/: This directory contains presentation slide related to the tutorial.
  • notebook/: This directory contains the Jupyter Notebook tutorial file.
  • output/: This directory contains output file generated during the tutorial.

Required Packages

  • os
  • json
  • requests
  • pandas

Download the required packages by running the following command in the terminal:

pip3 install -r requirements.txt

Usage

In the code, replace the my_key with your obtained API key:

my_key = "your_key_123456" 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •