0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

CLI/API が提供されていないアプリケーションを CLIが提供されている様に扱うために必要なこと

Posted at

まとめ:制御するプログラムを作成する

  • 制御するアプリケーション
    -ブラウザアプリ:Selenium(+docker)
    -Windowsアプリ:pyautogui
  • 運用パッケージ
    -Cron:スケジューラー
    -Shell Script:運用制御と情報管理

考え方:制御の階層と内容

  • 第一階層:アプリケーション操作(GUI含む)
    -情報収集:Login してGUI操作するなど)
  • 第二階層:第一階層の管理と複数ステップの自動化
    -ブラウザ:Selenium+docker
    -Windowsアプリ:pyautoguiによる
  • 第三階層:第二階層の管理と運用
    -Cron:スケジューラー
    -Shell Script:処理全体の制御と管理(生成した情報の管理を含む)
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?