Skip to content

Jason-Soo/PumpBot-Yobit-API-FIX-V1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

PumpBot-Yobit-API-FIX-V1

header

/* YobitBot File */

config.readfp(open('config.txt'))

key = config.get('Yobit', 'Key')

secret = config.get('Yobit', 'Secret')

secret = bytes(secret, 'utf8')

/* config.txt File */

[Yobit]

[Yobit] Key = xxxxxxxxxxxxxxxxxxxxxxxxxxxx

Secret = xxxxxxxxxxxxxxxxxxxxxxxxxxxx

/* On error add # at the end of the Secret Key */

[Yobit]

Key = xxxxxxxxxxxxxxxxxxxxxxxxxxxx

Secret = xxxxxxxxxxxxxxxxxxxxxxxxxxxx=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published