Skip to content

楽天証券のMarketSpeedへの自動ログインモジュール

License

Notifications You must be signed in to change notification settings

zlq4863947/rakuten-auto-login

Repository files navigation

rekuten-auto-login

楽天証券の MarketSpeed への自動ログインモジュール

インストール

npm install rakuten-auto-login --save

使い方

import { MarketSpeed, InputType } from 'rakuten-auto-login';

const config = require('../../config/config');

const input: InputType = {
  user: config.id,
  password: config.password,
  version: '15.4',
  dir: 'C:/Program Files (x86)/MarketSpeed/MarketSpeed',
  filename: 'MarketSpeed.exe',
};
const marketSpeed = new MarketSpeed(input);
marketSpeed.login();

About

楽天証券のMarketSpeedへの自動ログインモジュール

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published