An open API service indexing awesome lists of open source software.

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

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.