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/raidcord/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/raidcord/telegram-gift-sniper.git
- Navigate to the project directory:
cd telegram-gift-sniper - Install dependencies:
npm install
- Run the script:
node index.js
Ensure your system meets these prerequisites:
- Node.js 16+ (the latest LTS version is recommended).
- Git installed on your device (for cloning).
- Windows, macOS, or Linux.
- A curious mind (and an understanding of the risks involved).
This tool is provided for educational and experimental purposes only. The developers are not responsible for any negative consequences, including account bans or financial loss, that may arise from its use. USE AT YOUR OWN EXTREME RISK.
- 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.
Note: As of December 18th, 2025 (18/12/2025), telegram-gift-sniper is designed to be functional with current Telegram API and supported market platform interactions. However, APIs and platform functionalities can change rapidly, potentially requiring updates to this tool to maintain functionality. This project interacts with the Telegram API, often using user account credentials, which carries inherent risks including, but not limited to, account restrictions or bans by Telegram or market platforms. Always use such tools responsibly and be aware of the terms of service for any platform you interact with. Remember, sharing knowledge benefits everyone; please provide credit if you find our work valuable or adapt it.