API

How to create a data pipeline with Azure data factory and slack?

In this blog, I talked about how to create and automate a data pipeline on Azure Data Factory, how to send messages and upload files on Slack with its APIs.

How to get geographic information by Google Geocoding API?

In this blog, I presented how to get coordinates and address by Google Geocoding API, and how to accomplish it by Python.

How to get a YouTube video's information with YouTube Data API by Python?

This blog talks about how to get YouTube video's/channel's information by YouTube Data API and Python scripts, like getting a video ID & channel ID with a query, getting a video’s statistics data w...

How to get places' reviews on Google by Google My Business API?

In the last blog, I talked about how to get places' reviews on Google by Place API, but we can get only 5 reviews at most by “Place Details”. If you want to extract all reviews of each location, yo...

How to get places' reviews on Google Maps by Place API?

This blog talks about how to get places' reviews on Google Maps by different API and Python scripts, like Google Geocoding API, Place Search API and Place Details API.

Distance application in Data Science

In this blog, I talked about how to apply haversine distance and real distance with "haversine" python module and Google Distance Matrix API.