Skip to content

Daily stock details as issued by BSE presented using cherrypy 🍒 and redis 💾

Notifications You must be signed in to change notification settings

tkhurana96/Daily-bse

Repository files navigation

Daily BSE

Build Status Codacy Badge

This project shows the daily stats issued by BSE by fetching from this URL: http://www.bseindia.com/markets/equity/EQReports/BhavCopyDebt.aspx?expandable=3

website-layout

The project uses Cherrypy, the python web framework to serve files and redis to store the data which can be queried.

Steps to get the project up and running:

  • install redis: sudo apt install redis-server
  • clone the project
  • cd into cloned directory
  • use pipenv install to install deps
  • rename .env.sample to .env using: mv .env.sample .env
  • use pipenv shell to activate the virtual env
  • run python serve.py
  • goto localhost:8080 in browser

About

Daily stock details as issued by BSE presented using cherrypy 🍒 and redis 💾

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published