Skip to content

Instantly share code, notes, and snippets.

@mimikun
Last active July 9, 2017 11:37
Show Gist options
  • Save mimikun/037efb5cdae772c035156bf8d42f3a44 to your computer and use it in GitHub Desktop.
Save mimikun/037efb5cdae772c035156bf8d42f3a44 to your computer and use it in GitHub Desktop.
admiral_stats_exporter_pythonをスマホ用Python実行環境に入れる方法

admiral_stats_exporter_pythonをPythonista3に入れる方法

前提条件(iOS)

Pythonista3 に StaSh が入っている

インストール方法(iOS Pythonista3)

  1. StaShを起動
  2. git cloneする
git clone https://github.com/mimikun/admiral_stats_exporter_python.git admiral_stats_exporter
  1. config.txtファイルを作る
[login]
id = SEGA_ID
password = PASSWORD

[output]
dir = ./json
test_dir = ./test_json

[upload]
token = API_TOKEN
test_token = TEST_API_TOKEN
  1. 実行ボタンを押して実行

  2. 引数を付けて実行したいときは実行ボタン長押しから行けるArgumentsに引数を入れて実行

インストール方法(Android QPython3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment