Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APP REQUEST]: Inventory Hunter #218

Open
JoshuaMunoz opened this issue Dec 30, 2020 · 0 comments
Open

[APP REQUEST]: Inventory Hunter #218

JoshuaMunoz opened this issue Dec 30, 2020 · 0 comments
Labels
App Request Request for a new application

Comments

@JoshuaMunoz
Copy link

Dockerhub Link:

https://hub.docker.com/r/ericjmarti/inventory-hunter

Description

⚡️ Get notified as soon as your next CPU, GPU, or game console is in stock

Separate Database?

None

Fill this out as best as you can. Documentation about these can be found here:

These steps should work on any supported Docker platform, but they have been specifically tested on Raspberry Pi OS with Docker already installed.

Clone this repository and pull the latest image from Docker Hub:

pi@raspberrypi:~
$ git clone https://github.com/EricJMarti/inventory-hunter

pi@raspberrypi:~
$ cd inventory-hunter

pi@raspberrypi:~/inventory-hunter
$ docker pull ericjmarti/inventory-hunter:latest

Create your own configuration file based on one of the provided examples:

Start the Docker container using the provided docker_run.bash script, specifying the required arguments.

If using Discord or Slack, the format of your command will look like this:

$ ./docker_run.bash -c <config_file> -a <discord_or_slack> -w <webhook_url>

Discord example:

pi@raspberrypi:~/inventory-hunter
$ ./docker_run.bash -c ./config/newegg_rtx_3070.yaml -a discord -w https://discord.com/api/webhooks/...

If using an SMTP relay, the format of your command will look like this:

$ ./docker_run.bash -c <config_file> -e <email_address> -r <relay_ip_address>

SMTP example:

pi@raspberrypi:~/inventory-hunter
$ ./docker_run.bash -c ./config/newegg_rtx_3070.yaml -e myemail@email.com -r 127.0.0.1
@JoshuaMunoz JoshuaMunoz added the App Request Request for a new application label Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App Request Request for a new application
Projects
None yet
Development

No branches or pull requests

1 participant