Simple Node.js bot that polls the Modifold API and posts new project releases to a Discord channel via webhook.
- requests recent projects from Modifold
- tracks already posted project IDs in
sent_projects.json - sends a Discord embed for each new project
- Install dependencies:
npm install- Configure environment variables:
cp .env.example .envFill WEBHOOK_URL in .env.
- Run the bot:
node index.js