Skip to content

Get email notifications about Raspberry Pi stock

License

Notifications You must be signed in to change notification settings

ayan4m1/rpilocator-bot

Repository files navigation

rpilocator-bot

Notify yourself via email when a Raspberry Pi is available.

Uses rpilocator.com - support them if you use this!

Prerequisites

  • Node.js >=16.x

Setup

Use your favorite package manager to install dependencies:

npm install

Configuration

Create a configuration file from the default:

cp .env.default .env

Now edit .env with your favorite text editor.

Usage

Run the application locally with:

node src/index.js

Docker

To run the application using Docker, follow the Configuration section and then run:

docker compose up -d