All Projects → clojure-tw → telegram-bot-clojuretwbot

clojure-tw / telegram-bot-clojuretwbot

Licence: GPL-3.0 license
A special telegram bot designed for clojure-tw group.

Programming Languages

clojure
4091 projects
shell
77523 projects
HTML
75241 projects

Projects that are alternatives of or similar to telegram-bot-clojuretwbot

Tsec
台灣上市上櫃股票爬蟲 Taiwan Stock Exchange Crawler
Stars: ✭ 327 (+1535%)
Mutual labels:  taiwan
Pycontw2013tutorial
Python Conference Taiwan 2013 Tutorial
Stars: ✭ 75 (+275%)
Mutual labels:  taiwan
Twcommunities
整理與蒐集台灣社群活動投影片
Stars: ✭ 145 (+625%)
Mutual labels:  taiwan
Tsrtc
台灣股票即時爬蟲。Taiwan Stock Exchange Real Time Crawler
Stars: ✭ 359 (+1695%)
Mutual labels:  taiwan
W3 Goto World
🍅 Git/AWS/Google 镜像 ,SS/SSR/VMESS节点,WireGuard,IPFS, DeepWeb,Capitalism 、行业研究报告的知识储备库
Stars: ✭ 7,886 (+39330%)
Mutual labels:  taiwan
Taiwan News Crawlers
Scrapy-based Crawlers for news of Taiwan
Stars: ✭ 83 (+315%)
Mutual labels:  taiwan
elixir tw
No description or website provided.
Stars: ✭ 21 (+5%)
Mutual labels:  taiwan
Weather
Taiwan's Weather Maps! 想查詢每個地方的天氣嗎!?藉由 Google Maps API 的地圖服務,以及中央氣象局網站的天氣預報,讓你快速輕鬆的查詢台灣 368 個鄉鎮的天氣概況!
Stars: ✭ 206 (+930%)
Mutual labels:  taiwan
Tra Info
快速地查詢臺鐵時刻表,沒有廢話。
Stars: ✭ 53 (+165%)
Mutual labels:  taiwan
Breach.tw
A service that can track data breaches like "Have I Been Pwned", but it is specific for Taiwan.
Stars: ✭ 144 (+620%)
Mutual labels:  taiwan
Ctf writeup
CTF writeups from Balsn
Stars: ✭ 393 (+1865%)
Mutual labels:  taiwan
R Notes
Notes for using R language to do data mining and machine learning (Chinese)
Stars: ✭ 25 (+25%)
Mutual labels:  taiwan
Tw City Selector
台灣縣市二聯式選單 http://dennykuo.github.io/tw-city-selector
Stars: ✭ 104 (+420%)
Mutual labels:  taiwan
Singapore
台灣人到新加坡的工作、生活、簽證申請經驗分享
Stars: ✭ 351 (+1655%)
Mutual labels:  taiwan
Lazy
Kule Lazy4 / CSS Framework
Stars: ✭ 147 (+635%)
Mutual labels:  taiwan
Made In Taiwan
[NEED SUPPORT] 🇹🇼 (Taiwan #1) A list of neat projects made in Taiwan (MIT)
Stars: ✭ 261 (+1205%)
Mutual labels:  taiwan
Livetaiwan
直播地圖
Stars: ✭ 83 (+315%)
Mutual labels:  taiwan
payum-ecpay
The Payum extension. 綠界金流
Stars: ✭ 13 (-35%)
Mutual labels:  taiwan
Ctf
CTF write-ups and some wargame sites write-ups.
Stars: ✭ 157 (+685%)
Mutual labels:  taiwan
Notes
let me know if my notes help you :D (it's a mess, I know)
Stars: ✭ 119 (+495%)
Mutual labels:  taiwan

clojuretwbot - A telegram bot for clojure.tw channel

Circle CI Dependencies Status License Stories in Ready

This is a special telegram bot designed for clojure.tw community.

What this bot do ?

  1. Fetch and send latest rss feed in: Planet Clojure to telegram.
  2. Fetch and send any news in Clojure Mailing-list which start with [ANN] to telegram.
  3. Fetch some Chinese/Taiwanese blog post about clojure/clojurescript

Screenshots

So you want to know what this bot do in real-life example, here's the screenshot:

Screenshot

Usage

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

License

Copyright © 2016 Yu-Fu, Wu <[email protected]>

Copyright © 2016 Yen-Chin, Lee <[email protected]>

Distributed under the GPLv3 or any later version.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].