Twiscope is a Python-based project designed for data scraping using Selenium. It enables efficient data collection from Twitter, including live tweets, with the help of automation tools.
- Data Scraping: Extract live tweets based on specific search queries.
- Automation: Log in to Twitter and navigate through pages automatically.
- Stealth Mode: Utilizes
undetected-chromedriver
to bypass detection. - JSON Export: Save scraped data in a structured JSON format for further analysis.
To run Twiscope, ensure you have the following installed:
- Python 3.8 or later
- Google Chrome (latest version)
Install dependencies using the following command:
pip install -r requirements.txt