Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T10:39:08.000Z (11 months ago)
- Last Synced: 2024-05-21T08:06:35.559Z (8 months ago)
- Topics: fintech, python, rbi, regulations-gov, sebi, slack-bot
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- 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![image](https://user-images.githubusercontent.com/71402528/224565099-03152e0d-3ecd-49e9-9d9b-bce63aaf643e.png)