https://github.com/archishmansengupta/frc
A tiny web scraper and slack bot for financial regulation circulars from sebi and rbi
https://github.com/archishmansengupta/frc
fintech python rbi regulations-gov sebi slack-bot
Last synced: 6 months ago
JSON representation
A tiny web scraper and slack bot for financial regulation circulars from sebi and rbi
- Host: GitHub
- URL: https://github.com/archishmansengupta/frc
- Owner: ArchishmanSengupta
- Created: 2023-03-12T18:33:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T10:39:08.000Z (over 1 year ago)
- Last Synced: 2025-02-09T11:11:31.722Z (8 months ago)
- Topics: fintech, python, rbi, regulations-gov, sebi, slack-bot
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fintech Regulation Scrapper
- Fintech is a highly regulated domain and abiding by the rules and laws becomes extremely crucial.
- This Slack Bot aims to bridge the gap between the fintech players and the govt to get automated responses.This Slack Bot notifies the Slack channel whenever a new SEBI/RBI Circular is being posted on the SEBI/RBI portal.
## Scrapping Urls:
- [x] SEBI: https://www.sebi.gov.in/sebiweb/home/HomeAction.do?doListingAll=yes&sid=1&ssid=7&smid=0
- [x] RBI: https://www.rbi.org.in/scripts/bs_viewmastercirculars.aspx
- [ ] AMFI: Pending## Process:
1. Install the bot
2. Setup AWS Lambda
3. Or setup Amazon [Event Bridge Scheduler](https://aws.amazon.com/blogs/compute/introducing-amazon-eventbridge-scheduler/)
4. Set up a cron-job every alternate days ~ 365/2 ~ 182 calls per year
5. Lambda charges = ```memory consumed price * time```
6. If EC2 instance is already running, host the scrapping script there and crontab on it