This is a special telegram bot designed for clojure.tw community.
- Fetch and send latest rss feed in: Planet Clojure to telegram.
- Fetch and send any news in Clojure Mailing-list which start with [ANN] to telegram.
- Fetch some Chinese/Taiwanese blog post about clojure/clojurescript
So you want to know what this bot do in real-life example, here's the screenshot:
We switch to use docker to host this bot on raspberry pi 2, you can add your docker-compose.xml
file like below:
version: '2'
services:
lein:
build: ./docker
container_name: lein
restart: always
volumes:
- $PWD:/data
environment:
NODE_ENV: production
TOKEN: <YOUR TELEGRAM BOT TOKEN>
CHAT_ID: <YOUT TELEGRAM CHANNEL CHAT ID>
DATABASE: <YOUR DATABASE FILE>
Then use docker-compose up -d
to make this bot running on background.
For more info, please refer Docker Compose Doc
Copyright © 2016 Yu-Fu, Wu <wennynnewenny@gmail.com>
Copyright © 2016 Yen-Chin, Lee <coldnew.tw@gmail.com>
Distributed under the GPLv3 or any later version.