Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubriclab/gather-bot
https://github.com/rubriclab/gather-bot
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rubriclab/gather-bot
- Owner: RubricLab
- Created: 2023-10-03T23:30:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T02:01:23.000Z (about 1 year ago)
- Last Synced: 2024-04-13T20:42:58.175Z (7 months ago)
- Language: TypeScript
- Homepage: https://gather-bot.vercel.app
- Size: 197 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with create-rubric-app
TLDR:
- Vercel CRON hits /gather every minute
- /Gather hits the unofficial gather api and requests users
- Based on how long ago the user "last visited" -> we decide whether the user is online
- Then hit Vercel KV and see if theres a discrepency between live and db data
- If theres a discrepency, send a slack message with the update
- THEN update the KV store- BOOM!