Instructional Video8:36
Curated Video

Social Media Automation using Python - Project Part 2

Higher Ed
In the project part 2 video, we will call the API object and create a data frame with columns to receive the relevant information about the video titles.
<
br/>
This clip is from the chapter "YouTube Automation" of the series...
Instructional Video9:49
Curated Video

Social Media Automation using Python - Project Part 1

Higher Ed
In project parts 1 to 3, we will fetch information regarding the video title, the total number of views, the total number of likes, the comments received, and the video links.
<
br/>
This clip is from the chapter "YouTube...
Instructional Video4:10
Curated Video

Social Media Automation using Python - Displaying the Video Data

Higher Ed
After fetching video data based on ID, you will learn to display relevant information of the video details, such as video titles, snippets, and content knowledge.
<
br/>
This clip is from the chapter "YouTube Automation" of the...
Instructional Video7:41
Curated Video

Social Media Automation using Python - Fetching Information of Videos

Higher Ed
In this video, you will learn how to fetch information about videos based on the playlist ID using the api.get_playlist_ID() function by providing the playlist ID.
<
br/>
This clip is from the chapter "YouTube Automation" of the...
Instructional Video6:21
Curated Video

Social Media Automation using Python - Fetching the Playlist Information

Higher Ed
In this video, you will learn to use the api.get_playlists() function to retrieve playlist information from YouTube. You can use the process to retrieve playlists, playlist items, playlist items by ID, and playlists by ID.
<
br/>...
Instructional Video8:05
Curated Video

Social Media Automation using Python - Fetching the Channel Information

Higher Ed
After learning to create an API key, we will use it along with a channel ID to fetch relevant channel information using the API.get_channel_info() function. We can obtain viewer count, subscriber count, video count, and...
Instructional Video1:58
Curated Video

Social Media Automation using Python - Introduction to Module-4

Higher Ed
This is a brief introduction to the concepts to be learned in this module. The video elaborates on the topics covered in this module, what we can automate in YouTube, and what we can do on YouTube.
<
br/>
This clip is from the...
Instructional Video7:19
Curated Video

Social Media Automation using Python - Scheduling Sending an Email

Higher Ed
Here, you will learn how to automate email scheduling. After learning how to send an email with Python and create a schedule for any tasks, we will explore how to use functions in Python to schedule and send emails.
<
br/>
This clip...
Instructional Video5:53
Curated Video

Social Media Automation using Python - Attaching a File with Email

Higher Ed
This video is a practical demonstration of attaching a file or document to an email. Then you will learn to use functions to set parameters to the mail before actually sending the mail.
<
br/>
This clip is from the chapter "Email...
Instructional Video1:04
Curated Video

Social Media Automation using Python - Introduction to Module-2

Higher Ed
This video provides an introduction to the concept of automating emails. This is focused on a Gmail account, as the lesson focuses on the Gmail mail system provider.
<
br/>
This clip is from the chapter "Email Automation" of the...
Instructional Video5:17
Curated Video

Social Media Automation using Python - Introduction to Course

Higher Ed
In this video, we will explore the course's prerequisites and discuss the course content and the concepts that will be covered in this course.
<
br/>
This clip is from the chapter "Introduction" of the series "Social Media...
Instructional Video1:55
Curated Video

Social Media Automation using Python - Introduction to Instructor

Higher Ed
This video introduces the author/instructor and his experience in this online-course content discipline and discusses the AI Sciences group of instructors.
<
br/>
This clip is from the chapter "Introduction" of the series "Social...
Instructional Video2:45
Curated Video

Social Media Automation using Python - Introduction and Installation

Higher Ed
In this video, you will learn to install and set up a software development kit called facebook-sdk 3.1.0. developed by the Python community, which is easy to use.
<
br/>
This clip is from the chapter "Facebook Automation" of the...
Instructional Video4:49
Curated Video

Social Media Automation using Python - Displaying Data of Playlists

Higher Ed
After learning to retrieve playlist information, you will learn to use Python coding to display the playlist information to suit our requirements, such as snippets, number of videos, and content details.
<
br/>
This clip is from the...
Instructional Video3:39
Curated Video

Social Media Automation using Python - Creating API Key

Higher Ed
This video demonstrates how to create an API key. We will create a project and then use the YouTube API V3 library to enable it to create our API key.
<
br/>
This clip is from the chapter "YouTube Automation" of the series "Social...
Instructional Video2:06
Curated Video

Social Media Automation using Python - Introduction and Installations

Higher Ed
This video will look at a library package created by the Python community, the python-youtube 0.8.3. You will learn to install the package and import the library to perform the tasks.
<
br/>
This clip is from the chapter "YouTube...
Instructional Video3:11
Curated Video

Social Media Automation using Python - Coding a Simple Scheduler

Higher Ed
In this lecture, we will look at creating a simple scheduler. We will first import the requisite libraries and then write a simple code to create a scheduler to automate the task.
<
br/>
This clip is from the chapter "Scheduling" of...
Instructional Video2:06
Curated Video

Social Media Automation using Python - Installing and Importing

Higher Ed
In this video, you will learn how to install the schedule library or the schedule 1. 1.0 version of the package from Python, and after installing the package, you will learn how to import the library for our tasks.
<
br/>
This clip...
Instructional Video1:07
Curated Video

Social Media Automation using Python - Introduction to Module-3

Higher Ed
This video provides insight into the tasks we can schedule using a simple scheduler or a scheduling system, such as emails, messages, tasks, or routines.
<
br/>
This clip is from the chapter "Scheduling" of the series "Social Media...
Instructional Video4:35
Curated Video

Social Media Automation using Python - Creating Email Body and Sending

Higher Ed
After learning how to connect to the SMTP server, we will understand how to create the email using the MIMEmultipart function. We will then look at creating the entire body of the email and then sending the email.
<
br/>
This clip...
Instructional Video4:47
Curated Video

Social Media Automation using Python - Linking Gmail with SMTP

Higher Ed
This video demonstrates how to link a Gmail account with the SMTP client or server to send automated emails.
<
br/>
This clip is from the chapter "Email Automation" of the series "Social Media Automation Using Python".This section...
Instructional Video3:24
Curated Video

Social Media Automation using Python - Introduction to Smtplib

Higher Ed
In this video, you will learn more about the Smtplib, which defines an SMTP client session that can send mail to any internet machine with an SMTP or ESMTP listener daemon.
<
br/>
This clip is from the chapter "Email Automation" of...
Instructional Video2:37
Curated Video

Social Media Automation using Python - Some Extra Perks

Higher Ed
Here, you will learn about additional features we can harness using the pywhatkit function, such as collecting information about WhatsApp scheduling, image posting, and such tasks.
<
br/>
This clip is from the chapter "WhatsApp...
Instructional Video2:27
Curated Video

Social Media Automation using Python - Sending Image to Group

Higher Ed
After learning how to create a group link using the pywhatkit.sendwhats_image function, you will learn to send images to members within the group using the group link instead of the contact numbers, just as we did while sending images...