Git Product home page Git Product logo

auto_attendance's Introduction

打刻助けくん(Money Forward 用)

派遣先の現場でも打刻 自社でも打刻で疲れているあなた 打刻は打刻助けくんに任せて "hoge"

概要

現場の打刻を自社に入力しないことになれすぎてもう4ヶ月。。 一個一個やるには、大変です。自分でやるとおよそ 1 時間の作業を 10 分で終わらせる為作りました。

主なライブラリ

区分 項目 説明
1 nodejs 早めに作るには node が一番だと思います。
2 typescript 安定的なプログラミングもできるし、インテリセンスも抜群です。
3 puppeteer このプログラムのコアです。Selenium より楽ちんです。
4 dotenv 自分の個人情報をパブリックなところに載せたくない時使います。環境変数指定

機動について

決められたフォーマットで excel 作成して置く必要はあります。 形式はすごくシンプル(日付、作業開始時間、作業終了時間)で内容を記載する必要があります。 まぁ。。「Money Forward」では、excel アップロードがなさそうだったので現場の時間をコピーペーストする 感じで作ります。格納先は「@/static/report」になります。

致命的な問題はMoney ForwardホームページのUIに変更があったら修正が必要です;;

Money Forward のアカウント情報を準備します。

プロジェクト root に.env ファイルを作成します。以下のコードのように準備します。

# .env
MONEY_FORWARD_ID=ログインユーザID[メール]
MONEY_FORWARD_PW=パスワード
  1. アプリを機動する前に以下のコマンドを実行し、関連のライブラリをダウンロードします。
yarn
  1. アプリを機動します。
yarn start
  • excel ファイル読み込み
  • MF ログイン
  • MF 打刻画面へ移動
  • 打刻内容登録

auto_attendance's People

Contributors

hangyucho avatar whtrade7290 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

whtrade7290

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.