Git Product home page Git Product logo

salary-scraper's Introduction

salary-scraper
~~~~~~~~~~~~~~

給与明細データを拾ってきて扱いやすいテキストデータにします。

* 初期設定

  $ git clone git://github.com/wakaba/salary-scraper
  $ cd salary-scraper
  $ make
  $ perl bin/create-login-conf.pl > config/login.conf
  Name: 私野名前
  Password: MyPassword
  Login URL: https://url-of-login/page
  Data directory: path/to/directory/for/scraped/data

氏名とパスワードは Base64 符号化されて保存されます。残念ながら
Base64 は暗号ではありません。

* 実行

  $ perl bin/salary.pl config/login.conf

給与明細・賞与明細の HTML ファイルを全部拾ってきて保存します。

  $ perl bin/html2text.pl path/to/directory/for/scraped/data

拾ってきた HTML ファイルから金額を取り出して TSV 形式にします。

* 著者

若葉 (id:wakabatan) <[email protected]>。

* ライセンス

Copyright 2012 Wakaba <[email protected]>.

This program is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

salary-scraper's People

Stargazers

mechairoi avatar Wakaba avatar

Watchers

Wakaba avatar James Cloos avatar

Forkers

motemen

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.