https://github.com/leafney/gitter-flow
https://github.com/leafney/gitter-flow
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leafney/gitter-flow
- Owner: leafney
- Created: 2019-09-09T07:45:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T07:46:04.000Z (over 5 years ago)
- Last Synced: 2025-01-14T15:23:42.833Z (5 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### gitter-flow
#### 描述
实现 `gitter.im` 中历史聊天记录的信息流
#### Todo
* [x] spider-通过Pyppeteer请求gitter首页并获取页面中的最新id
* [x] spider-测试通过api接口请求历史消息集合
* [ ] spider-优化实现分页请求api接口历史消息
* [ ] spider-对历史消息数据的解析及入库操作
* [ ] spider-spider功能封装
* [ ] web-通过Flask实现gitter历史消息显示
* [ ] web-实现浏览记忆功能,标记上次看到哪里
* [ ] web-实现Docker容器化部署