Skip to content

alimogh/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=

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • HTML 0.1%