Skip to content

innerbichler/flatech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flatech

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

Getting Started

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published