Skip to content

ByeByeFunds – Real-time Crypto Exchange Liquidation Alerts πŸ‹ Whales rekt. You collect. πŸ€– Powered by AI πŸ“‘ Stay sharp. Catch the move before the crowd.

License

Notifications You must be signed in to change notification settings

dansus021/byebyefunds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’₯ Crypto Liquidation Alert Bot

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.


βš™οΈ Features

  • πŸ”” 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 and systemd

πŸš€ Setup Instructions

1. Clone & Enter Directory

git clone https://github.com/yourusername/liqalert.git
cd liqalert

2. Configure Environment

Edit test.py (rename to liqfinal.py if you want):

  • Set your Telegram bot token
  • Set your channel ID (e.g. @yourchannel)

3. Install Dependencies & Run

chmod +x run.sh
./run.sh

This script will install dependencies and launch the bot.


🧩 Files

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

πŸ› οΈ systemd Autostart (Optional)

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

βœ… Telegram Example Output

πŸ¦ˆβ‚Ώ [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

πŸ‘· Built With

  • Python 3
  • websocket-client
  • python-telegram-bot
  • schedule

πŸ“¬ Feedback / Contribution

Open issues or PRs welcome!


πŸ“„ License

MIT

About

ByeByeFunds – Real-time Crypto Exchange Liquidation Alerts πŸ‹ Whales rekt. You collect. πŸ€– Powered by AI πŸ“‘ Stay sharp. Catch the move before the crowd.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •