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

https://github.com/isaced/kd77automationworkdaily

<口袋助理> 自动写日报脚本
https://github.com/isaced/kd77automationworkdaily

Last synced: over 1 year ago
JSON representation

<口袋助理> 自动写日报脚本

Awesome Lists containing this project

README

          

# <口袋助理> 自动写日报脚本

自动抓取本地 Git 仓库当天 Commit 信息,组织后通过 Selenium Webdriver 模拟登陆、页面跳转、填写表单并提交到当日日报中。

> 本代码仅供学习研究使用!

### Requirements
- [Selenium](http://www.seleniumhq.org)
- [ChromeDriver](https://sites.google.com/a/chromium.org/chromedriver/)
- [GitPython](https://github.com/gitpython-developers/GitPython)

> pip install -r requirements.pip

### Show

[![asciicast](https://asciinema.org/a/41209.png)](https://asciinema.org/a/41209)

### Dev Log

* 使用 ChromeDriver 解决兼容性以及启动速度慢的问题。
* 使用 WebDriverWait 解决 time.sleep() 不准确的问题
* 兼容 Python2 和 Python3