Notify liquidation on Binance.
pip install git+https://github.com/aoki-h-jp/binance-liquidation-feeder
from binance_liquidation_feeder import BinanceLiquidationFeeder
liq = BinanceLiquidationFeeder()
liq.ws.run_forever()
from binance_liquidation_feeder import BinanceLiquidationFeeder
liq = BinanceLiquidationFeeder(discord_webhook_url="https://discord.com/api/webhooks/...", slack_webhook_url="https://hooks.slack.com/services/...")
liq.ws.run_forever()