Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aksiksi/bestbot
https://github.com/aksiksi/bestbot
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aksiksi/bestbot
- Owner: aksiksi
- Created: 2021-05-14T02:07:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-31T03:18:18.000Z (over 3 years ago)
- Last Synced: 2024-10-23T09:00:08.056Z (14 days ago)
- Language: Rust
- Size: 114 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bestbot
A simple Bestbuy bot written in Rust. Work in progress.
## Quickstart
1. Install Google Chrome
2. Download the matching version of [`chromedriver`](https://chromedriver.chromium.org/downloads)
3. Run `chromedriver` on port 4444: `chromedriver --port=4444`
4. Run the bot## Docker
Steps to follow:
1. Enable IPv6 support in Docker: https://docs.docker.com/config/daemon/ipv6/
2. Build the image: `docker build -t bestbot:v1 .`
3. Place your `config.toml`, `gmail-api-secret.json`, and Gmail token in the current dir
4. Run: `docker run --env RUST_LOG=debug -v "$(pwd):/config" bestbot:v1`## Design
TBD