Skip to content

Simple webhook server for sending webhooks when a youtube channel uploads a new video

License

Notifications You must be signed in to change notification settings

Muchacho-Army/WebhookServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webhook Server

Simple webhook server for sending webhooks to a discord server when a youtube channel uploads a new video

Installation

  1. Clone the Repository: git clone https://github.com/Muchacho-Army/WebhookServer
  2. Install the Dependencies: npm install --include=dev

Setup

Warning

You need to allow incoming TCP connections for your port

  • Create a .env file in the root directory with the following content:
    PORT = 8080
    FQDN = "http://your.server.com"
    DISCORD_WEBHOOK_URL = "https://discord.com/api/webhooks/..."
    
  • Start the server with npm start

About

Simple webhook server for sending webhooks when a youtube channel uploads a new video

Resources

License

Stars

Watchers

Forks