is a project to perform various task in the Flatex Webportal with go. The ./webWorker does all of the browser work.
You can find some binaries in ./binaries but they are just artifacts
add your credentials into a .env file in the source directory
USERID=
PASSWORD=
- make sure you have firefox installed
sudo apt install firefox
this should automatically install the geckodriver
Build with earthly
To build the scraper component do:
earthly +scraper
and then to start it just do:
docker compose -f deploy/deploy-scraper.yaml up -d
Note that the compose yamls in /deploy are just an example
