Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Video: https://www.youtube.com/watch?v=NPnBlOMDBLE. Simple program to scraping Twitter pages, take a screenshot of the first post of the page and save data to .txt file, using bs4 and Selenium.

License

Notifications You must be signed in to change notification settings

YuriiDorosh/twitter-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloning the repository

--> Clone the repository using the command below :

git clone https://github.com/YuriiDorosh/twitter-scraper.git

--> Move into the directory where we have the project files :

cd twitter-scraper

--> Create a virtual environment :

# Let's install virtualenv first
pip install virtualenv

# Then we create our virtual environment
virtualenv venv

--> Activate the virtual environment :

venv\scripts\activate

--> Install the requirements :

pip install -r requirements.txt

Running the App

--> To run the App, we use :

cd ..
python twitter-scraper/

About

Video: https://www.youtube.com/watch?v=NPnBlOMDBLE. Simple program to scraping Twitter pages, take a screenshot of the first post of the page and save data to .txt file, using bs4 and Selenium.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages