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

https://github.com/weaming/telehello

Telegram bot receiving message via HTTP API. Built in RSS crawler manager.
https://github.com/weaming/telehello

Last synced: about 2 months ago
JSON representation

Telegram bot receiving message via HTTP API. Built in RSS crawler manager.

Awesome Lists containing this project

README

          

## Install

go get -u github.com/weaming/telehello/cmd/telehello

## Usage

```
一个Telegram消息机器人

Features:
1. RSS抓取
2. HTTP接口接收消息
3. 图灵聊天机器人
4. 执行服务器脚本

Usage of telehello:
-l string
[host]:port http hook to receive message (default ":1234")
-rss int
period of crawling wanqu.co RSS in minutes (default 1440)
-t int
telegram bot long poll timeout in seconds (default 30)
-telegramID string
your telegram ID without @ (default "weaming")
-x delete bot status KV database before start
```