Real-time Binance & Bybit liquidation alerts with Telegram notifications. Categorizes liquidations as regular, whale, and mega whale β complete with emojis, tips, and auto-reconnect handling.
- π Real-time liquidation alerts from Binance and Bybit
- π Categorized by USD value: regular, whale, mega whale
- π¬ Sends formatted alerts to Telegram channels
- π Automatic reconnect on WebSocket disconnects
- π οΈ Easy to deploy with
run.sh
andsystemd
git clone https://github.com/yourusername/liqalert.git
cd liqalert
Edit test.py
(rename to liqfinal.py
if you want):
- Set your Telegram bot token
- Set your channel ID (e.g.
@yourchannel
)
chmod +x run.sh
./run.sh
This script will install dependencies and launch the bot.
File | Description |
---|---|
test.py / liqfinal.py |
Main bot script (Binance + Bybit alert engine) |
run.sh |
Installer and launcher shell script |
requirements.txt |
Python dependencies |
liquidation.service |
Optional systemd service config |
For VPS auto-run after reboot:
sudo cp liquidation.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable liquidation
sudo systemctl start liquidation
Check logs:
journalctl -u liquidation.service -f
π¦βΏ [Bybit] #BTCUSDT
ποΈ Category: Mega Liquidation
π Side: π΄ LONG π
π² Price: $62,130.00
π Coin Size: 39.528
π° Value: $2,457,000
β° Time: 2025-05-14 06:28:04
- Python 3
- websocket-client
- python-telegram-bot
- schedule
Open issues or PRs welcome!
MIT