How to Setup and Test a Google Cloud Function (with a Twitter/X Use Case)
Вставка
- Опубліковано 8 лис 2024
- This video provides an introduction to setting up and testing a Google Cloud Platform (GCP) Cloud Function with Python and a Twitter (X) tweet use case. Specifically, it covers:
-Fetching the most recent tweets in the last 24 hours from a Twitter account using the Twitter API
--Endpoint: / get-users-id-tweets
--Tweepy function: docs.tweepy.or...
-Setting up a Cloud Function to run this tweet fetching code on GCP: cloud.google.c...
-Testing the Cloud Function quickly and easily in the GCP Console
This video is the 20th video in a multi-part series on getting started with the Python programming language. Previous video on using the Twitter API: • How to Access Data fro... Next video on setting up Google Cloud Scheduler to trigger the Cloud Function (and modifying the Cloud Function to insert data into a BigQuery table): • How to use Google Clou...
Source code on Github: github.com/gsp...