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: 6 months ago
JSON representation
🤖 A telegram bot to monitor Tsinghua web learning and push new updates to user in Telegram.
- Host: GitHub
- URL: https://github.com/konano/thu-weblearn-tgbot
- Owner: Konano
- License: mit
- Created: 2020-01-16T14:47:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T12:02:37.000Z (about 2 years ago)
- Last Synced: 2025-03-25T23:09:18.548Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 115 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 # 运行
```