A simple Bestbuy bot written in Rust. Work in progress.
- Install Google Chrome
- Download the matching version of
chromedriver
- Run
chromedriver
on port 4444:chromedriver --port=4444
- Run the bot
Steps to follow:
- Enable IPv6 support in Docker: https://docs.docker.com/config/daemon/ipv6/
- Build the image:
docker build -t bestbot:v1 .
- Place your
config.toml
,gmail-api-secret.json
, and Gmail token in the current dir - Run:
docker run --env RUST_LOG=debug -v "$(pwd):/config" bestbot:v1
TBD