sorashi / nekos-moe-daily

A bot that posts a random neko from nekos.moe daily

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nekos-moe-daily

Takes a random neko from https://nekos.moe and posts it into a configured discord webhook and/or telegram users. You can run it daily as a cronjob.

Usage

mkdir nekos-moe-daily && cd nekos-moe-daily
wget https://raw.githubusercontent.com/sorashi/nekos-moe-daily/master/docker-compose.yml
mkdir ./data && cd data && touch config.yml

Example config.yml

telegram_bot_token: your.token
discord_webhook: webhook.url
data_dir: data
nsfw_chance: 0.2

and docker-compose up to post the neko

About

A bot that posts a random neko from nekos.moe daily


Languages

Language:C# 97.5%Language:Dockerfile 2.5%