Skip to content

Tanjirou13r/Yay_BtCl_DB

Repository files navigation

Yay_BtCl

Yay_BtCl_DB

Build Status release (latest by date including pre-releases) LICENSE Supported python versions: 3.x.x

こちらは当ソースコードの説明になります。ご使用前に必ずご覧ください。
This is the description of this source code. Please read before use.

Requirement / 動作条件

  • Python 3.x.x
  • Selenium 3.x.x
  • ChromeDriver 80.x.x.x
  • Google Chrome 80.x.x.x

Install / インストール

当プログラムを使用するには上記、動作条件を満たす必要があります。
To use this program, you must meet the above requirements.

Python3のインストールは各自で、行ってください。それ以降の構築は、「setup.py」より自動で行えます。
Please install Python3 by yourself. Subsequent construction can be performed automatically from "setup.py".

当ソースコードをダウンロードし、解凍します。
Download and unzip this source code. Install Selenium.

$ git clone https://github.com/TanakashiXr/Yay_BtCl_DB.git
$ cd Yay_BtCl_DB
$ python setup.py

Usage / 使用方法

各自の環境に合わせ、「config.ini」の編集を行ってください。
Edit according to your environment.

$ cp config_template.ini config.ini
$ vi config.ini
$ python yay_db.py

Features / 機能

  • ユーザー情報を取得してデータベースへ登録

Author / 作者

  • たなか氏

License / ライセンス

このソフトウェアは、MITライセンスの下でリリースされています。ライセンスを参照してください。
This software is released under the MIT License, see LICENSE.