BSE_NSE_Announcement

☕️ BSE_Announcements

BSE Announcements page simplified and for better and easier access to Company Announcements. It is being tested only on Linux so far, but aims for full Winows and Mac support. Contributions Welcome!

image

Table of contents

Installation

Project structure

.
├── data/
│   ├── keywords.txt                   # Screener Announcements Keywords
│   └── BSE_{from-year}_{to-year}.csv  # Announcements in csv
├── drivers/                           # Browser drivers
│   ├── chromedriver
│   └── geckodriver
├── .gitignore
├── CNAME
├── main.py
├── mkeywords.py
├── notification.py
├── README.md
├── requirements.txt
└── st_app.py                          # Streamlit app file