Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/james58899/dmhy-telegram
自動抓取動漫花園RSS並發到Telegram
https://github.com/james58899/dmhy-telegram
anime nodejs rss telegram-bot
Last synced: 10 days ago
JSON representation
自動抓取動漫花園RSS並發到Telegram
- Host: GitHub
- URL: https://github.com/james58899/dmhy-telegram
- Owner: james58899
- License: mit
- Created: 2016-06-09T09:03:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T21:13:23.000Z (over 1 year ago)
- Last Synced: 2024-04-13T21:56:53.180Z (7 months ago)
- Topics: anime, nodejs, rss, telegram-bot
- Language: JavaScript
- Size: 300 KB
- Stars: 43
- Watchers: 6
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dmhy-telegram
自動抓取動漫花園RSS並發到Telegram* 1.2.0 改變了儲存結構,已訂閱的頻道資料會消失
[Telegram bot](https://t.me/dmhyBot)
## 需求
* Node.js 6+## Docker
[Docker Hub](https://hub.docker.com/r/james58899/dmhy-telegram/)**請將 `/usr/src/app/data.json` 掛載到外部並設定Telegram bot API token**
### 範例:
1. `curl https://raw.githubusercontent.com/james58899/dmhy-telegram/master/data.json > ~/dmhy-telegram.json`
2. `docker pull james58899/dmhy-telegram`
3. 編輯 `~/dmhy-telegram.json` 設定API token
4. `docker run -v ~/dmhy-telegram.json:/app/data.json james58899/dmhy-telegram`