garethstephenson / ee-scraper

A screen scraper for EasyEquities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A screen scraper for EasyEquities

License:MIT License


Languages

Language:JavaScript 100.0%