gitevents / discord-bot

GitEvents Discord Bot for Cloudflare Workers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitEvents Discord Bot

GitEvents is a set of automation tools and actions inspired by "Issue Ops". Events, talks, proposals etc. are powered by GitHub issues. This bot automatically creates the events on Discord.

The bot is triggered by GitEvents Broadcast.

Add the GitEvents Bot to your server

Add Bot

Development

For your convenience, this bot is already deployed on Cloudflare Workers. If you'd like to run your own worker, please follow the instructions below.

  • Install wrangler from Cloudflare: npm i -g wrangler
  • Create an application and bot on the Discord Developer Portal
  • Add the token, app id and public key to your Worker:
        wrangler secret put DISCORD_TOKEN
        wrangler secret put DISCORD_PUBLIC_KEY
        wrangler secret put DISCORD_APPLICATION_ID
    
  • Run locally: npm start
  • Deploy the worker: npm run deploy

License

Licensed under MIT.

About

GitEvents Discord Bot for Cloudflare Workers

License:MIT License


Languages

Language:JavaScript 94.8%Language:Shell 5.2%