UNPKG
rss-telegram-bot
Version:
latest (1.7.3)
1.7.3
1.7.2
1.7.1
1.7.0
1.6.8
1.6.7
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
RSSBot 是一个能帮你订阅 RSSHub 的 Telegram Bot
github.com/yindaheng98/RSSBot
yindaheng98/RSSBot
rss-telegram-bot
/
.devcontainer
/
docker-compose.yml
16 lines
(15 loc)
•
256 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version:
"3.8"
services:
rssbot:
image:
rssbot:latest
build:
context:
..
dockerfile:
./Dockerfile
stdin_open:
true
tty:
true
volumes:
-
../:/app
working_dir:
/app
command:
/bin/sh
env_file:
-
dev.env