https://github.com/commanderxl/meican-account
For the meican account
https://github.com/commanderxl/meican-account
Last synced: 11 months ago
JSON representation
For the meican account
- Host: GitHub
- URL: https://github.com/commanderxl/meican-account
- Owner: CommanderXL
- Created: 2018-03-04T14:41:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T03:20:29.000Z (about 8 years ago)
- Last Synced: 2025-01-19T11:43:34.338Z (over 1 year ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to
```javascript
const McAccount = require('meican-account')
const mcAccount = new McAccount({
email: 'your login email',
pwd: 'your password',
startDate: '2017-1-1',
endDate: '2017-12-31',
exclude: ['2017-12-29', '2017-12-30'], // 需要排除的日期
areas: ['229763', '964371'], // 办公区
headless: false // 是否是无头浏览器模式,默认为true
})
mcAccount.run()
```