https://github.com/devmnj/sebi-reader
The Python application read latest news from SEBI's [Stock Exchange of India] feed and output as formatted content
https://github.com/devmnj/sebi-reader
python-library
Last synced: 6 months ago
JSON representation
The Python application read latest news from SEBI's [Stock Exchange of India] feed and output as formatted content
- Host: GitHub
- URL: https://github.com/devmnj/sebi-reader
- Owner: devmnj
- Created: 2018-03-02T07:35:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T11:19:50.000Z (almost 8 years ago)
- Last Synced: 2025-04-19T10:08:50.299Z (9 months ago)
- Topics: python-library
- Language: Python
- Homepage:
- Size: 4.4 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SEBI-Reader
This is a sample feedreader application, it simply demonstrate howto use the feedparser package
# Pre requesite to using thiz code
1.Knowledge of Python
# Requirements
1.Pycharm
2.FeedParser Python Package
# How to install feedparser from Pycharm
.Go to Terminal issue the pip install feedparser command
# Contribute
1. I want to turn this app into a flask application, with beautiful CSS HTML pages.