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.
- Host: GitHub
- URL: https://github.com/weaming/telehello
- Owner: weaming
- Created: 2017-12-08T09:55:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T02:14:23.000Z (over 6 years ago)
- Last Synced: 2023-03-08T19:13:14.854Z (over 3 years ago)
- Language: Go
- Homepage:
- Size: 17.3 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```