jotadrilo / frikily-reporter

Simple funko reporter for the frikily store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frikily-reporter

This application scrapes some products of the Frikily webpage to send an email report with available ones.

Local Execution

The safest way to run this application locally is:

CONFIG_LOCAL=1 node lambda-frikily/app.js

Some useful environment variables:

Env Description
AWS_PROFILE Sets the AWS profile to use
FORCE_SEND_EMAIL Sends the report to the email even if there are no changes if set to 1
SKIP_EMAIL Skips the email if set to 1

Lambda Update

To update the AWS Lambda function, execute:

./upload.sh

About

Simple funko reporter for the frikily store


Languages

Language:JavaScript 90.0%Language:Shell 10.0%