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.
- Host: GitHub
- URL: https://github.com/Konano/thu-weblearn-tgbot
- Owner: Konano
- License: mit
- Created: 2020-01-16T14:47:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T12:02:37.000Z (over 1 year ago)
- Last Synced: 2024-08-02T20:47:50.229Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 115 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Konano/thu-weblearn-tgbot - 🤖 A telegram bot to monitor Tsinghua web learning and push new updates to user in Telegram. (JavaScript)
README
# thu-weblearn-tgbot
实时监控网络学堂的 Telegram Bot
## Usage
```
$ cp config.example.js config.js
$ vim config.js
$ ... # 修改 config.js 配置文件
$ yarn # 安装依赖
$ node index.js # 运行
```