https://github.com/mkbeh/yobit-coin-sell
https://github.com/mkbeh/yobit-coin-sell
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mkbeh/yobit-coin-sell
- Owner: mkbeh
- Created: 2018-11-04T20:56:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:16:31.000Z (over 3 years ago)
- Last Synced: 2025-06-14T16:05:52.919Z (about 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Description
Utility for yobit exchange which sell all coin amount by values from config file.
### Use:
* Start script once for create files: getme.cfg , nonce.cfg
###### getme.cfg contains 5 fields:
```angular2html
currency1: # main currency which need to sell
currency2:btc # currency for which we sell main currency
api_key:
secret_key:
lt:1 # minimal value. if currency1 amount > lt: script will sell main coins
```
* Set values into getme.cfg
* Run script again
* If you change your private keys - nullify your counter in nonce.cfg file.