TELEGRAM mode
Snipe Telegram channels
Have you ever dreamed of being the first one to snipe a token posted on a TG channel?
This is for you π»
LimitSwap will detect contract address in a message and buy instantly.
We're able to detect :
"Natives" contracts addresses
Poocoin links
Dexcreener links
Dextools links
(tell me if you want some more !)
WARNING Do not connect several instances of the bot at the same time with TG mode, or your account could be banned
How to use it
In tokens.json :
1/ Choose SELECT_MODE :
Available values | Definition |
---|---|
telegram | Makes one buy on Telegram, then sells the token |
telegram+trailing_stop | Makes one buy on Telegram, then starts trailing_stop mode |
telegram+ping_pong | Makes one buy on Telegram, then starts ping_pong mode |
2/ In settings.json, enter your Telegram parameters :
Parameter | How to configure it |
---|---|
AUTOMATICALLY_CHOOSE_LIQUIDITY_PAIR | 2 possibilities : 1/ "true" --> if you want the bot to choose automatically the best Liquidity Pair 2/ "wait_for_liquidity" --> checks repeatedly until liquidity is added |
SESSION_NAME | Enter here your session name. You can put any name. |
SESSION_API | Go to https://my.telegram.org/auth?to=apps , register, create an app, and you'll get an API and an API Hash (next parameter) |
SESSION_API_HASH | (same as above) |
CHANNEL_NAMES | Channel names that you want to track. You need to be on the Channel with your Telegram Account to see them. Example : ["LimitSwap - WE WILL NEVER DM YOU FIRST", "Channel name number 2"] |
TOKENS_BLACKLIST | Enter here contract address that you DON'T want to snipe (example : BUSD, USDT...) just in case this address appear on the channel |
WORDS_BLACKLIST | If one of this word is in the message, we don't buy |
WORDS_WHITELIST | If you put a value in this field, bot will buy only if this word is in the message |
MAXIMUM_LIQUIDITY_IN_DOLLARS | If liquidity is above, bot won't buy (to avoid you to buy long term tokens) |
EDITED_MESSAGES_MAX_DELTA_IN_SECONDS | Calculates the delta in seconds between when the message was written and when it was edited --> to avoid you sniping old messages edited (if admin edits a message written 2 days ago for instance) |
LimitSwap will automatically store all the tokens that you buy in a dedicated Tx file in /logs folder When it detects a token in a TG channel, it will check the Tx file of the day, to be sure you did not already bought it the same day.
3/ Choose your usual BUY/SELL parameters :
MINIMUM_LIQUIDITY_IN_DOLLARS
SELLPRICEINBASE
Liquidity parameters
BUY_AND_SELL_TAXES_CHECK and MAX_BUY_TAX_IN_%
MULTIPLEBUYS
etc.
Last updated