Skip to content

its a Python project that uses Selenium and BeautifulSoup to log in to Twitter, extract user profile information, and collect tweets from a given Twitter user ID.

License

Notifications You must be signed in to change notification settings

ItsAbba3/selenium-tweet-escraper-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Scraper

TwitterScraper is a Python project that uses Selenium and BeautifulSoup to log in to Twitter, extract user profile information, and collect tweets from a given Twitter user ID. Preview

Important Notice

  • Educational & Practice Use Only: This project is intended solely for educational and personal practice purposes. Do not use this project for any commercial purposes.

  • Credentials and ChromeDriver Path:
    Before running the script, please update the following in the code:

    • Your Twitter username and password.
    • The correct path to your ChromeDriver executable.

    Note: Ensure the version of ChromeDriver matches your installed Google Chrome version. You can download the appropriate version from ChromeDriver Downloads.

Features

  • Automated login to Twitter.
  • Extraction of tweets, user name, and bio from a Twitter profile.
  • Scroll automation to load more tweets (up to a specified maximum).
  • Save extracted data in a JSON file.

Requirements

  • Python 3.x
  • [Selenium]
  • [BeautifulSoup4]
  • Google Chrome browser
  • ChromeDriver (ensure that the version of ChromeDriver matches your installed version of Google Chrome)

Installation

  1. Clone the Repository:
    git clone https://github.com/ItsAbba3/selenium-tweet-escraper-2025.git
    cd TwitterScraper

About

its a Python project that uses Selenium and BeautifulSoup to log in to Twitter, extract user profile information, and collect tweets from a given Twitter user ID.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published