monishski / student-finance-balance-scrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Student Finance England Loan Balance Scrapper

This is a micro-project for scrapping the student loan balance from Student Finance England. The balance updates every month (mid way through the month?). It's a short script that uses the Puppeteer package alongside Mongoose as the ORM to log data onto MongoDB (Atlas).

⚠️ You will need to create a .env file with the following keys SF_USERNAME, SF_PASSWORD, SF_SECRET and MOGODB_URI for the script to work

If you are unfamiliar with the Node ecosystem you can use Docker

  docker-compose build .

About


Languages

Language:JavaScript 85.1%Language:Dockerfile 14.9%