Skip to content

insaiyancvk/TwitterStalker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Stalker

Clone the repo:

git clone https://github.com/insaiyancvk/TwitterStalker/

Navigate into the folder

cd TwitterStalker

Make a new virtualenv

python3 -m venv myenv
source myenv/bin/activate

Install dependencies

pip install -r requirements.txt

Run webapp on localhost

python3 app.py