mirror of
https://github.com/Yochyo/subscribestar-tier-notifier
synced 2026-08-19 19:30:42 +02:00
No description
- TypeScript 74.8%
- Dockerfile 16.3%
- JavaScript 8.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .dockerignore | ||
| .env.template | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierrc.json | ||
| docker-compose.yml | ||
| Dockerfile | ||
| package.json | ||
| puppeteer.config.cjs | ||
| puppeteer.config.docker.cjs | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
Subscribestar tier notifier
This is a basic attempt to get notified once one of the three limited tiers a creator I like has, have open slots again. I cannot guarantee this will work forever.
to get notified in another way than by email, just modify the notify() method.
Preparation
SMTP2Go
First of all, create a free account at smtp2go.com. Then, create an api key at https://app.smtp2go.com/sending/apikeys/.
environment variables
Rename the .env.template file to .env. And follow the instructions in it.
Running with docker
If you want to run this using docker, simply run
docker compose up -d
You will have to stop the container if you do not want to receive emails anymore.
Running manually
To run this inside your terminal, first execute this to install all dependencies and build the project.
yarn install
npm run build
To actually run it, execute
npm run start