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 venvActivate Virtual Environment
source venv/bin/activateApply Model Migrations
python manage.py migrateAdd a superuser
python manage.py createsuperStart server
python manage.py runserverOpen 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