- Install required packages using
pip
. See more atrequirement.txt
- Download data
data_new.pkl
from this link - Run
python3 main.py
to create the database and start the website - Add posts, then users into database by running
python3 add_posts.py data_new.pkl
followed bypython3 add_user.py