Zsescrapper is a small django web application for scrapping Share Price Data from the ZSE webpage https://www.zse.co.zw/price-sheet/
Create your application directory and the clone the Repository:
git clone https://github.com/charle-k/zsescrapper.git .
Create Virtual Environment
python3 -m venv venv
Activate Virtual Environment
source venv/bin/activate
Apply Model Migrations
python manage.py migrate
Add a superuser
python manage.py createsuper
Start server
python manage.py runserver
Open the website, on localhost: http://127.0.0.1:8000
Login into site. On the front page you will now see a link to scrape data from www.zse.co.zw