Currently, we have scraping code for Bitcoin Improvement Proposals (BIPs, BLIPs, and BOLTs) from GitHub repositories, but it isn't set to run on a schedule. As a result, these sources are not being updated regularly and may contain outdated information.
We need to implement a cron job to ensure that these improvement proposals are scraped on a more frequent basis, so that our data stays current.
Tasks:
- Create a cron job for regular scraping of BIPs, BLIPs, and BOLTs.
- Define an appropriate frequency for scraping (e.g., daily or weekly).
- Ensure the scraped data is stored properly in the Elasticsearch index.
Currently, we have scraping code for Bitcoin Improvement Proposals (BIPs, BLIPs, and BOLTs) from GitHub repositories, but it isn't set to run on a schedule. As a result, these sources are not being updated regularly and may contain outdated information.
We need to implement a cron job to ensure that these improvement proposals are scraped on a more frequent basis, so that our data stays current.
Tasks: