Grand Squirrel Dispatch is a simple node system for taking events from a redis queue performing tasks and dispatching the results to a webhook.
this project was made to work with Missing Squirrels.
- Node.js 20+
- Clone the repository ;)
- Copy
.env.exampleto.env - Install node dependencies:
npm i - Build assets:
npm run dev
Check out /squirrels/generic for a basic squirrel (scraper) example