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

Latest commit

 

History

History
58 lines (33 loc) · 699 Bytes

README.md

File metadata and controls

58 lines (33 loc) · 699 Bytes

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/