Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neongamerbot-qk/hc-stickers-watcher
Hackclub stickers watcher
https://github.com/neongamerbot-qk/hc-stickers-watcher
arcade hackclub highseas
Last synced: 18 days 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 (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-20T21:48:27.000Z (about 1 month ago)
- Last Synced: 2024-11-20T22:56:56.520Z (about 1 month ago)
- Topics: arcade, hackclub, highseas
- Language: JavaScript
- Homepage: https://app.slack.com/client/T0266FRGM/C07UNAHD9C3
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![wakatime](https://wakatime.com/badge/user/018eed1d-6093-4f51-9fca-7863b7a1ac97/project/62244372-2f3d-4194-a3eb-bad8c471cf66.svg)](https://wakatime.com/badge/user/018eed1d-6093-4f51-9fca-7863b7a1ac97/project/62244372-2f3d-4194-a3eb-bad8c471cf66)
## Hackclub Stickers Watcher
![screenshot](./assets/screenshot-dev.png)
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.