Skip to content

清算最適化アルゴリズムの検証を行うプログラムです。

Notifications You must be signed in to change notification settings

masashihamaguchi/liquidation-optimization-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

清算最適化アルゴリズムの検証

Overview

割り勘計算サービス、Walicaの清算最適化アルゴリズムの検証を行うためのプログラムです。

詳しくはこちらをご覧ください。

https://qiita.com/MasashiHamaguchi/items/0348082984b8c94ca581

Install

以下のコマンドを実行して、パッケージのインストールを行ってください。

$ pip install -r requirements.txt

Usage

main.pyを実行すると、清算時の送金額を計算することができます。

引数にWalicaのURLを指定すると、Walicaからデータを取得して送金額の計算を行います。

# サンプルデータで実行
$ python main.py

# Walicaからデータを取得して実行
$ python main.py https://walica.jp/group/xxxxxxxxxxxxxxxxxxxx

Reference

About

清算最適化アルゴリズムの検証を行うプログラムです。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages