Buys the cheapest available gift in your chosen market and instantly relists it for a higher price, all through a Terminal User Interface (TUI).
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Efficiently snipe gifts on Telegram markets and relist them for profit, featuring an interactive command-line interface for easy operation.
✨ TUI in Action ✨
Main TUI showing operational status and options.
Navigating through the configuration menus.
Viewing detailed logs or process information.
Caution
you need atleast 1 ton and 25 starts in your telegram account for this to work
- Download the repository or clone using:
git clone https://github.com/alexopsec/telegram-gift-sniper.git
- Ensure you have Node.js (version 18+ recommended) installed.
- Run the
setup.batfile (for Windows).- This will install all necessary project dependencies using npm.
(Note: For non-Windows users, simply run
npm installin the terminal after cloning.)
- This will install all necessary project dependencies using npm.
(Note: For non-Windows users, simply run
You don't have to edit any files initially; the script will ask you for required inputs (like Telegram API ID, API Hash, spending limits, etc.) when you run it.
- Open your terminal.
- Clone the repository:
or download the ZIP and extract it.
git clone https://github.com/alexopsec/telegram-gift-sniper.git
- Navigate to the project directory:
cd telegram-gift-sniper - Install dependencies:
npm install
- Run the script:
node index.js
- Market Selection: Choose from multiple supported Telegram gift markets (e.g., Tonnel, GetGems, Portal, MRKT).
- Gift Selection: Interactively select specific Telegram gifts to monitor and snipe from a predefined list.
- Automated Sniping & Purchase: Scans chosen markets for the cheapest listings of selected gifts and attempts to purchase them automatically.
- Instant Relisting: Automatically relists purchased gifts on the market, aiming for a profitable resale price.
- Telegram API Integration: Securely connects to Telegram using your API credentials for account operations and session management.
- Interactive TUI: A user-friendly Terminal User Interface (TUI) for easy configuration, market/gift selection, and operational monitoring.
- Runtime Configuration: Prompts for and manages essential settings such as Telegram API ID, API Hash, and spending thresholds.
- Spending Controls: Define minimum and maximum amounts (e.g., TON or Stars, depending on market requirements) for purchasing gifts.