Skip to content

modifold-website/discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modifold Banner

Modifold Discord Bot

Simple Node.js bot that polls the Modifold API and posts new project releases to a Discord channel via webhook.

What it does

  • requests recent projects from Modifold
  • tracks already posted project IDs in sent_projects.json
  • sends a Discord embed for each new project

Setup

  1. Install dependencies:
npm install
  1. Configure environment variables:
cp .env.example .env

Fill WEBHOOK_URL in .env.

  1. Run the bot:
node index.js

About

Discord bot that monitors new Modifold projects and posts release embeds to a Discord channel via webhook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors