Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`