Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Xetera/reddit-nsfw-webhook-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

27 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Reddit NSFW Webhook Filter

Tired of your IFTTT Reddit webhook sending lewd content in your server? Route your reddit webhooks through here to drop the ones marked as NSFW.

Steps for setting up the webhook server

  1. None, it's all set up for you already! Target https://webhook.hifumi.io with your webhook requests.

Configuring with IFTTT

  1. Set your target url to https://webhook.hifumi.io
  2. Set your method to POST
  3. Content type should be application/json
  4. Fill in the body

The url field has to be a link to the post like https://www.reddit.com/r/NewGame/comments/9fjhyw/vento_aureo_is_coming_so_i_sketched_eagle_jump

{
  "to": "your-actual-webhook-url-here",
  "url": "{{PostURL}}"
}

Your final screen should look like this

Note: This currently only supports discord embed format. Customizable post body will be added later.

About

๐Ÿ™ˆ Filter out NSFW posts from your Reddit webhooks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published