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

https://github.com/Konano/thu-weblearn-tgbot

🤖 A telegram bot to monitor Tsinghua web learning and push new updates to user in Telegram.
https://github.com/Konano/thu-weblearn-tgbot

Last synced: 1 day ago
JSON representation

🤖 A telegram bot to monitor Tsinghua web learning and push new updates to user in Telegram.

Awesome Lists containing this project

README

        

# thu-weblearn-tgbot

实时监控网络学堂的 Telegram Bot

## Usage

```
$ cp config.example.js config.js
$ vim config.js
$ ... # 修改 config.js 配置文件
$ yarn # 安装依赖
$ node index.js # 运行
```