hax4dazy / rss-funny-fetcher

Fetches RSS feeds from reddit and sends them as a discord webhook in a channel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rss-funny-fetcher

Fetches RSS feeds from reddit and sends them as a discord webhook in a channel

installation

version: "3.6"
services:
  nsfw-webhook:
    container_name: "rss-funny-fetcher"
    environment:
      - "WEBHOOK=WEBHOOK_URL_HERE"
    image: "dockeriousername/dockeriocontainerrepo"
    network_mode: "bridge"
    restart: "on-failure"

About

Fetches RSS feeds from reddit and sends them as a discord webhook in a channel

License:GNU General Public License v3.0


Languages

Language:Python 96.9%Language:Dockerfile 3.1%