Author

Topic: LocalbitcoinBot - open source trading bot (Read 130 times)

newbie
Activity: 5
Merit: 1
September 30, 2019, 11:34:43 AM
#1
Hello, guys. I have created localbitcoin bot, which u can free download from github.
https://github.com/RobinsonNikolay/LocalbitcoinBot

Bot works through system terminal/console.
https://imgur.com/a/r1PZBhW

All settings u can make in file account.json
Code:
{
"qiwi":{
"79991112233": "qiwiApiToken",
"": "",
"": ""
},
"login": "MyLocalBitcoinNick",
"localbitcoinApiKeyFirst": {
"apiKey": "there api key",
"apiSecret": "there write secret"
},
"localbitcoinApiKeySecond": {
"apiKey": "there api key",
"apiSecret": "there write secret"
},
"buyOrderOptions":{
"minOpenOrderAmount": "3000",
"visible": true
},
"sellOrderOptions":{
"maxOpenOrderAmount": "30000",
"minOpenOrderAmount": "3000",
"visible": true,
"sms_verification_required": true
},
"proxy": {
"login": "",
"password": "",
"address": "",
"port": ""
}
}

This free version of the bot only works with russian payment system QIWI.
You can enter as many qiwi accounts as you like, the bot will use them one at a time.
You must create two app localbitcoins on the page https://localbitcoins.com/accounts/api/
and issue a token for each qiwi account.
In the login column write your nickname in localbitcoins
Also buy and sell orders should already be created on the locale.
The bot itself will not create them, it will edit the price every half minute.

Ask any questions in the telegram @RobinsonNikolay
By the same principle, bots are available on other payment systems in localbitcoins (for a fee)

Other payment systems
Quote
yandex
webmoney (for any currency dollar, rub..)
perfetmoney usd
payeer rub usd
advcash
eth litcoin ripple through binance api
paypal while in development
possible to make for your payment system

Jump to: