--> 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
--> To run the App, we use :
cd ..
python twitter-scraper/