https://github.com/neongamerbot-qk/hc-stickers-watcher
Hackclub stickers watcher
https://github.com/neongamerbot-qk/hc-stickers-watcher
arcade hackclub highseas
Last synced: 8 months ago
JSON representation
Hackclub stickers watcher
- Host: GitHub
- URL: https://github.com/neongamerbot-qk/hc-stickers-watcher
- Owner: NeonGamerBot-QK
- License: mit
- Created: 2024-11-04T03:16:59.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-11-20T21:48:27.000Z (11 months ago)
- Last Synced: 2025-01-27T07:07:11.440Z (9 months ago)
- Topics: arcade, hackclub, highseas
- Language: JavaScript
- Homepage: https://app.slack.com/client/T0266FRGM/C07UNAHD9C3
- Size: 203 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://wakatime.com/badge/user/018eed1d-6093-4f51-9fca-7863b7a1ac97/project/62244372-2f3d-4194-a3eb-bad8c471cf66)
## Hackclub Stickers Watcher

This is a slack bot which watches the arcade stickers and posts a message when a new sticker is added or when the stickers are updated.
The schema for the API is as follows:```sql
id INTEGER PRIMARY KEY,
name TEXT,
sku TEXT,
image_url TEXT,
stock INTEGER,
start INTEGER,
end INTEGER
```## Setup
To setup this app you must have nodejs (20.x) and npm installed.
```bash
npm install
```Make sure to populate the env correctly as well.