https://github.com/apchavan/zerodha-cherrypy
Web application for yesterday's stock listings.
https://github.com/apchavan/zerodha-cherrypy
flask-application flask-web python3 redis redis-database
Last synced: 11 months ago
JSON representation
Web application for yesterday's stock listings.
- Host: GitHub
- URL: https://github.com/apchavan/zerodha-cherrypy
- Owner: apchavan
- License: gpl-3.0
- Created: 2019-06-14T16:03:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T21:53:14.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T01:35:51.313Z (about 1 year ago)
- Topics: flask-application, flask-web, python3, redis, redis-database
- Language: Python
- Homepage:
- Size: 270 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Zerodha tasks solutions
**_CherryPy_** is simple web application which can list the stocks from yesterday.
**This repository has solutions for _two_ tasks from Zerodha:**
- [x] A Python script that:- Downloads the Equity Bhavcopy zip from the above page- Extracts and parses the CSV file in it- Writes the records into Redis into appropriate data structures(Fields: code, name, open, high, low, close).
- [x] Simple CherryPy python web application that:- Renders an HTML5 + CSS3 page that lists the top 10 stock entries from the Redis DB in a table- Has a searchbox that lets you search the entries by the 'name' field in Redis and renders it in a table.