Unofficial API for eToro, wrapping https://github.com/ok24601/etoro-api into a docker image.
Found on Dockerhub at: https://hub.docker.com/repository/docker/guestros/etoroapi
Created with the help of ashalliants ok24601/etoro-api#15
- docker run --shm-size=1g -p 8088:8088 -e LOGIN=user -e PASSWORD=ooooooooo -it --rm --name my-etoro-api etoroapi
or
- edit .env-example with user and password for etoro and rename it to ".env"
- docker-compose up