Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (26 loc) · 1.47 KB

README.md

File metadata and controls

30 lines (26 loc) · 1.47 KB

c2d

c2d sends your Crowdin events to a Discord channel, no hosting or servers required! Simply point a Crowdin webhook to it and you"re good to go!

About this fork

c2d is a fork of crowdin-discord-webhooks, that fixes some issues with the original:

  • Unsupported event types
  • Bundled webhooks not working at all
  • Odd formatting sometimes
  • No profile picture
  • No way of self-deploying to CF Workers

Setup

  1. Deploy yourself:
    Deploy to Cloudflare Workers
  2. Create a Discord Webhook in the channel you want to receive your events in and copy its URL
  3. Replace "https://discordapp.com/api/webhooks" with your worker"s base route, and save it temporarily somewhere like notepad
  4. Go to your Crowdin Project settings, and navigate to the "API & Webhooks" tab
  5. Click "Add Webhook" and configure it like so:
    • Name can be whatever you want
    • Paste the Webhook URL from Step 2 on the URL field
    • Set the Request Method to "POST"
    • Set the Content Type to "application/json"
    • Select what events you want to be notified about
  6. Click "Test" on the right panel to check if your webhook is working
  7. Click "Add" and you should be good to go!