Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justhackone/bybit-signal-bot
This bot in telegram sends "signals" to the user, according to the settings that the user sets in the bot. There are four types of signals in total - PUMP, DUMP, OPEN INTEREST and LIQUIDATION.
https://github.com/justhackone/bybit-signal-bot
axios bybit-api mongo telegraf telegram-bot websocket
Last synced: about 2 months ago
JSON representation
This bot in telegram sends "signals" to the user, according to the settings that the user sets in the bot. There are four types of signals in total - PUMP, DUMP, OPEN INTEREST and LIQUIDATION.
- Host: GitHub
- URL: https://github.com/justhackone/bybit-signal-bot
- Owner: JusthackOne
- Created: 2024-06-26T06:40:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T09:04:55.000Z (about 2 months ago)
- Last Synced: 2024-11-23T10:21:09.844Z (about 2 months ago)
- Topics: axios, bybit-api, mongo, telegraf, telegram-bot, websocket
- Language: TypeScript
- Homepage:
- Size: 928 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ByBit Signal Bot 📈
This bot in telegram sends "signals" to the user, according to the settings that the user sets in the bot. There are four types of signals in total - `PUMP`, `DUMP`, `OPEN INTEREST` and `LIQUIDATION`. The user can change the price in percent, as well as track certain cryptocurrency pairs. If a change occurs (which is tracked in real time), the bot sends a notification about it. This bot will be useful for people who are engaged in trading, so they can quickly, automatically track all the patterns they are interested in and make successful transactions.
## Stack 📚
- Telegraf
- Axios (Web-Socket)
- Bybit-api
- MongoDB## Commands and .env Configuration 🔧
- Run `npm start` to start the client server.
Configure your `.env` in root folder with:
`BOT_TOKEN` (Bot telegram token)
`DATABASE_HOST` (Mongo DB host)
`ADMIN_TG_ID` (User id, who can use bot)## Some Snapshots 📸
### Open Interest change message
![Снимок](https://github.com/user-attachments/assets/529362c3-d4d3-445f-ab4a-bb51d271627d)
### DUMP message
![Снивывывмок](https://github.com/user-attachments/assets/43e04472-7b85-478c-8216-1e87b2201a12)
### PUMP message
![Снвыцвывимок](https://github.com/user-attachments/assets/c1cc4221-e673-4438-90dd-4b83c784dd68)
### Main keyboard
![вывывPNG](https://github.com/user-attachments/assets/0065242e-b5ba-4962-8acb-fb60fb44f22a)
### PUMP and DUMP info and changing
![Снимвывыок](https://github.com/user-attachments/assets/027f37f6-4c48-4944-93af-97ab9cfa9ea2)