ayan4m1 / rpilocator-bot

Get email notifications about Raspberry Pi stock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Get email notifications about Raspberry Pi stock

License:MIT License


Languages

Language:JavaScript 97.2%Language:Dockerfile 1.7%Language:Shell 1.1%