Metadata-Version: 2.1
Name: dakoker
Version: 0.1.12
Summary: 
License: MIT
Author: nixiesquid
Author-email: audu817@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: fire (>=0.3.1,<0.4.0)
Requires-Dist: ipython (>=7.15.0,<8.0.0)
Requires-Dist: keyring (>=21.2.1,<22.0.0)
Requires-Dist: requests (>=2.24.0,<3.0.0)
Requires-Dist: selenium (>=3.141.0,<4.0.0)
Description-Content-Type: text/markdown

[![PyPI](https://img.shields.io/pypi/v/dakoker.svg)](https://pypi.python.org/pypi/dakoker)

MF-Dakoker
=======

[MFクラウド勤怠](https://biz.moneyforward.com/attendance)利用者向けに作った打刻・勤怠状況確認ツールです。

主な機能
- MFクラウド勤怠へのログイン, 出勤・退勤の打刻

実装予定機能
- 休憩時間の打刻
- 二重打刻の防止機能
- 過去・当日の勤怠状況の確認(打刻日時)

動作環境
- Python 3.8
- poetry 1.0.9

## How to Install
`pip3 install dakoker`

## Usage

- 出勤
  - `dakoker start`
- 退勤
  - `dakoker stop`

### 初回利用時
ログインのため、以下の情報を入力します

(2回目以降は前回ログイン時にキャッシュしたcookieを読み込み自動ログインします)

- 企業ID
- ユーザーID もしくは登録メールアドレス
- パスワード

![初回ログイン時](https://gyazo.com/e0657a3eecfc6a486a469a0cebd98db1.png)

