Twitter Scraper Python Tutorial

Опубликовано: 26 Октябрь 2024
на канале: Izzy Analytics
84,956
1.7k

Learn how to scrape Twitter data using Python. If you need to use Twitter data for research, machine-learning, sales leads, etc... AND if you can't afford the standard API or work within the limitations of the Developer version... then this video is for you.

I'm going to assume you have already installed SELENIUM and a web driver. I'm going to be using Edge Chromium. However, you can use Firefox or Chrome as well; I'll point out the few differences when I see them.

SELENIUM Install TUTORIAL:
   • How To Install SELENIUM for EDGE Chro...  

EDGE BROWSER DOWNLOAD:
https://www.microsoft.com/en-us/edge

SELENIUM WEBDRIVER (EDGE CHROMIUM):
https://developer.microsoft.com/en-us...

RESOURCES for using XPATH:
https://www.w3schools.com/xml/xpath_i...

GITHUB REPOSITORY:
https://github.com/israel-dryer/Twitt...