这是indexloc提供的服务,不要输入任何密码
Skip to content

lorine93s/Raydium-Token-Filtering-Snipping-TelegramBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raydium Token Filtering and Sniper Bot

Overview

The Raydium Token Sniper Bot is a Telegram bot designed to monitor the Raydium platform on the Solana blockchain for newly launched tokens. It filters tokens based on custom criteria before launch and provides real-time token metadata upon launch.

Main Bot UI

Filtering UI

Sniping Result UI

Features

1. Custom Token Filtering (Pre-Launch)

The bot automatically filters tokens based on the following user-defined criteria:

  • Token Ownership Renouncement – The owner must renounce ownership (No mint, freeze, or pause capabilities).

  • Social Media Presence – Token must have a minimum number of active social media accounts (Telegram, Twitter, website).

  • Liquidity Locked – A minimum/maximum amount of liquidity must be locked.

  • Liquidity Pool (LP) Tokens – A minimum percentage of tokens must be in the liquidity pool.

  • Developer Holdings – The developer's holdings must fall within a specified percentage range.

2. Real-Time Token Launch Monitoring

Once a token is live on Raydium, the bot verifies if it meets the filtering criteria.

3. Token Metadata Display

If a token meets all criteria, the bot displays:

  • Token Name & Symbol

  • Price

  • Contract Address (CA)

  • Market Cap

  • Locked Liquidity

  • Developer Holdings (%)

  • LP Tokens (%)

  • Social Media Links

4. User Interface (UI) & Controls

The bot provides inline buttons for:

  • Setting minimum social media accounts

  • Setting locked liquidity range

  • Setting LP token minimum percentage

  • Setting developer holdings percentage range

  • "Set Criteria" and "Start Sniping" buttons for user control

Installation & Setup

Prerequisites

  • Python 3.x

  • python-telegram-bot library

  • Solana SDK

  • Raydium API access

Steps

  1. Clone the repository:

        git clone https://github.com/EchoFox0829/Raydium-Token-Filtering-Snipping-TelegramBot.git
        cd Raydium-Token-Filtering-Snipping-TelegramBot
    
  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Set up API keys:

    • Obtain Raydium API V3 access.

    • Configure your Telegram Bot API key.

  4. Run the bot:

    python bot.py
    

Technical Stack

  • Blockchain: Solana

  • Trading Platform: Raydium

  • Programming Language: Python

  • Bot Framework: python-telegram-bot

Contact Info

Telegram: @ljubomir_igic

About

You can filter and monitor newly launched Solana Raydium tokens via Telegram.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages