Skip to content

Instantly share code, notes, and snippets.

View izotx's full-sized avatar

Janusz Chudzynski izotx

View GitHub Profile
var firebase = require("firebase");
var RSVP = require('rsvp');
exports.getInstance = function(){
initFirebase()
return firebase
}
/**Responsible for initalizing firebase database.*/
@izotx
izotx / kucoin.py
Created July 19, 2018 15:00
Kucoin trading bot
#importing libraries
from kucoin.client import Client
import json
import math
import time
import datetime
#API KEYS to the exchange
api_key = "xxxxxx"