/ee-scraper

A screen scraper for EasyEquities

Primary LanguageJavaScriptMIT LicenseMIT

ee-scraper

A screen scraper for EasyEquities.

Configuration

Make a .env file with the following settings in the root of the application.

EEUSERNAME=<your easyequities username>
EEPASSWORD=<your easyequities password>
EEDATADIR=<directory to save the files>
EEURL=platform.easyequities.io

Running the application

Simply run: npm start from your command terminal.