This video introduces setting up a text streaming project using Google Cloud Platform (GCP) PubSub. Specifically, it covers:
-An overview of Cloud PubSub features and use cases: https://cloud.google.com/pubsub/docs/...
-Streaming Tweets using the Twitter/X API and the Python TweePy library (including setting up filter rules): https://docs.tweepy.org/en/stable/str...
-Setting up a Cloud PubSub publisher that publishes Tweets
--Creating a PubSub topic
--Creating a Service Account for PubSub Editing and BigQuery Editing
--Using the Google PubSub SDK and using Service Account keys
This video is the 22nd video in a multi-part series on getting started with the Python programming language. Previous video introducing Google BigQuery: • How to use Google Cloud Scheduler to ... Next video on setting up a Cloud PubSub subscriber: • How to Subscribe to a GCP PubSub Topi...
Source code on Github: https://github.com/gsprint23/Python-D...