Yande Popular

https://github.com/Chikage0o0/matrix-bot

介绍

自动下载Yande.re的每日热门图片,并通过机器人接口上传至VoceChat频道或者Matrix房间。

使用

Docker

For VoceChat

docker run -d --name yande_popular -e API_KEY="xxxxxxxxxxxxxxxxx" -e SERVER_DOMAIN="http://voce.chat" -e CHANNEL_ID="1" -v ./yande_popular:/yande_popular --restart unless-stopped chikage/yande_popular:voce

For Matrix

docker run -d --name yande_popular -e HOME_SERVER_URL="https://xxx.xxx" -e ROOM_ID='!PWPurdafsdfasd:xx.xxx' -e USER="x" -e PASSWORD="x" -v ./yande_popular:/yande_popular --restart unless-stopped chikage/yande_popular:matrix