Skip to content

charle-k/zsescrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zimbabwe Stock Exchange - Scrapping Price Sheet

Zsescrapper is a small django web application for scrapping Share Price Data from the ZSE webpage https://www.zse.co.zw/price-sheet/

Installation

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

Usage

Start server

python manage.py runserver

Open the website, on localhost: http://127.0.0.1:8000

Scrapping latest Pricesheet

Login into site. On the front page you will now see a link to scrape data from www.zse.co.zw

License

MIT

About

ZSE Scrapping tool on Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published