This project was created as a solution for SPIT Hackathon 2021 with problem statements provided by Neebal Technologies. The project score put us in top 5 out of 300 participating teams.
- Scrapes the Government Fertilizer transactions website for links - https://reports.dbtfert.nic.in/mfmsReports/getfarmerBuyingDetail
- Collects the links which contain relevant data segregated by state, retailer and date
- Concurrently downloads data as csv files
- Clone the repository or download zip and unzip in a new folder
- Run the command "npm install" to install dependencies.
- Run the command "npm run start" to begin CLI interface
- Node.js
- Puppeteer Headless Browser