Skip to content

YadominJinta/rsshub-telegraph

Repository files navigation

rsshub-telegraph

Tool converts rss with content to telegraph and send to telegram channel.

example channel: @the_wsj

Usage

Run in commandline

pnpm install
npx ts-node main.ts config.json

Run in docker

docker pull yadomin/rsshub-telegraph
docker run -d --restart always \
  -v $PWD/config.json:/app/config.json \
  -v $PWD/lastUpdate.json:/app/lastUpdate.json \
  yadomin/rsshub-telegraph

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published