Code Monkey home page Code Monkey logo

crawling-mf's Introduction

マネーフォワードの家計簿をクローリングする

  • 月イチで財布から現金で払った金額の精算を家族と行う運用なので、それを自動化する
    • この運用自体微妙なのでなんとかしたいが...
  • 計算したら LINE に通知
  • 完全に自分用

Setup

$ cp .env.example .env # and edit
$ npm ci

デバッグ

GitHub Actions 上でスクリーンショットを撮り、確認する

  • .github/workflows/run-crawler-production.yml の artifact の設定をコメント解除する
    • 必要に応じて continue-on-error: true もコメント解除する
      • workflow がエラーで終了する場合はスクリーンショットをダウンロードするステップまでたどり着かないので、無視するオプション
  • src/getMessageByDiff.ts から ss を import して使う

crawling-mf's People

Contributors

dependabot[bot] avatar neripark avatar

Watchers

 avatar

crawling-mf's Issues

`headless:` オプションの Deprecated メッセージに対応する

以下Warningに対応する

Puppeteer old Headless deprecation warning:
    In the near feature `headless: true` will default to the new Headless mode
    for Chrome instead of the old Headless implementation. For more
    information, please see [https://developer.chrome.com/articles/new-headless/.](https://developer.chrome.com/articles/new-headless/)
    Consider opting in early by passing `headless: "new"` to `puppeteer.launch()`
    If you encounter any bugs, please report them to https://github.com/puppeteer/puppeteer/issues/new/choose.

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.