alexsktl
Results
1
comments of
alexsktl
First of all download bittrex.py and paste it to the project directory. Then you should change signature = hmac.new(self.secret, url, hashlib.sha512).hexdigest() to signature = hmac.new(self.secret.encode('utf-8'), url.encode('utf-8'), hashlib.sha512).hexdigest()