Skip to content

alexopsec/telegram-gift-sniper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues


Logo

telegram-gift-sniper

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

# telegram-gift-sniper

Efficiently snipe gifts on Telegram markets and relist them for profit, featuring an interactive command-line interface for easy operation.

✨ TUI in Action ✨

Telegram Gift Sniper - Main Interface

Main TUI showing operational status and options.


Telegram Gift Sniper - Menu Navigation

Navigating through the configuration menus.


Telegram Gift Sniper - Logs and Details

Viewing detailed logs or process information.

Installation Instructions

Caution

you need atleast 1 ton and 25 starts in your telegram account for this to work

Auto Installation and Setup (Easier)

  1. Download the repository or clone using:
    git clone https://github.com/alexopsec/telegram-gift-sniper.git
  2. Ensure you have Node.js (version 18+ recommended) installed.
  3. Run the setup.bat file (for Windows).
    • This will install all necessary project dependencies using npm. (Note: For non-Windows users, simply run npm install in the terminal after cloning.)

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.

Manual Configuration

  1. Open your terminal.
  2. Clone the repository:
    git clone https://github.com/alexopsec/telegram-gift-sniper.git
    or download the ZIP and extract it.
  3. Navigate to the project directory:
    cd telegram-gift-sniper
  4. Install dependencies:
    npm install
  5. Run the script:
    node index.js

Specifications

  1. Market Selection: Choose from multiple supported Telegram gift markets (e.g., Tonnel, GetGems, Portal, MRKT).
  2. Gift Selection: Interactively select specific Telegram gifts to monitor and snipe from a predefined list.
  3. Automated Sniping & Purchase: Scans chosen markets for the cheapest listings of selected gifts and attempts to purchase them automatically.
  4. Instant Relisting: Automatically relists purchased gifts on the market, aiming for a profitable resale price.
  5. Telegram API Integration: Securely connects to Telegram using your API credentials for account operations and session management.
  6. Interactive TUI: A user-friendly Terminal User Interface (TUI) for easy configuration, market/gift selection, and operational monitoring.
  7. Runtime Configuration: Prompts for and manages essential settings such as Telegram API ID, API Hash, and spending thresholds.
  8. Spending Controls: Define minimum and maximum amounts (e.g., TON or Stars, depending on market requirements) for purchasing gifts.

Releases

No releases published

Packages

 
 
 

Contributors