Skip to content

ojagggyo/devportal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devportal

ソースのダウンロード

git clone git@github.com:ojagggyo/devportal.git または git clone https://github.com/ojagggyo/devportal.git

Follow Api

get_followers

get_following

get_account_reputations

Rc Api

findRCAccounts

Broadcast Ops

claim_account

MEMO

環境変数の設定方法

cmd(Command Prompt)の場合

set ACCOUNT_NAME= set ACTIVE_KEY=<active_key>

bashの場合(スペースを空けない)

export ACCOUNT_NAME= export ACTIVE_KEY=<active_key>

pwsh(Power Shell)の場合(必ずクォーテーションで囲む)

$env:ACCOUNT_NAME = "" $env:ACTIVE_KEY = "<active_key>"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published