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!
pip install -r requirements.txt
streamlit run st_app.py
Contributions are very welcome!
.
├── 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