๐Ÿ”Telegram and Discord Detection Settings

This is for the Telegram and Discord Detection Settings in configEXCHANGE.json. This is the most important page, because here you can make the most wrong.

You need to do this settings before you start the PumpBot if you want to use the Discord and/or Telegram Coin Detection for Text messages.

New Automated Telegram Coin Scraper

This is the new automated Telegram coin scraper for Telegram pump groups. It's not yet available for all exchanges.

The configExchange.json

Below you see the part of the configExchange.json where you can edit the settings for the Telegram and Discord Detection. Right now only one of both can be used. So either Telegram Detection or Discord Detection. With the next Update it should be possible to use both at the same time ;-)

{
    ...
    "detectionMode": "True",
    "telegramGroupName": "-1001357384473",
    "discordChannelId": ["898849780262912000"],
    "blackListWords": "Trade Link BTC"
}

Always start the Detection right before the coin message. If you start too early the PumpBot will find a other coin in the message.

Explanation of the Parameters

The Table of all parameters and settings.

detectionMode

For using the Telegram and Discord Detection Mode:

    "detectionMode": "True",

or if you want to type the Coin name yourself - manually:

    "detectionMode": "False",

telegramGroupName and discordChannelId

The Telegram Group name from the json dump bot from Telegram - for example - always starts with a -100. Only use the telegram detection and NOT the discord detection:

    "telegramGroupName": "-1001357384473",
    "discordChannelId": ["0"],

Next is only the use of discord detection: (one and two channels example):

    "telegramGroupName": 0,
    "discordChannelId": ["898849780262912000"],
    "telegramGroupName": 0,
    "discordChannelId": ["898849780262912000", "898849780262912000"],

And you can also use telegram and discord detection at the same time. This would look like this:

    "telegramGroupName": -100XXXXXXXX,
    "discordChannelId": ["898849780262912000", "898849780262912000"],

How to get the telegramGroupName

Here is explained how you get the telegramGroupName when you want to use the API. Go to the channel you want to listen to and select any message and select "forward to". When the popup shows you need to enter "json dump bot", as you can see in the second picture.

The last step is to send the message to that Json Dump Bot. It may take a while till the Json Dump Bot will return a message. Now you have to search for a id that starts with the number -100. You can see that in the upper third of the picture below. Copy that whole number and save it to the telegramGroupName:

"telegramGroupName" : -100XXXXXXX

How to get the discordChannelId

The channelId is the Channel the PumpBot should listen to. Here is how to get the channelId. This is really easy to do. The first Option is to just "right click" the channel the PumpBot should listen to and copy the ID - see the video below.

Then you only need to copy and paste your channelId into the configEXCHANGE.json.

blacklistWords

Here is a little bit more explanation to the blacklisting of certain words for the Telegram or Discord scraper. Write down all words you want the scraper to ignore. Why? Because some words like "Trade" or "LINK" or actually coins on some Exchanges...

Here is an example:

The coin we have picked for today's Mega Bull Call is: MJT

LINK: https://trade.kucoin.com/MJT-USDT

Buy and hold for massive profits

As you can in this example you need to blacklist the word "LINK" and "TRADE" in your config.

How do you find the words to blacklist? That is pretty simple. You can check old messages which announce the pump coin. You can also copy paste the complete old coin message if you want - but remove the actual coin in case it is the same ๐Ÿ˜‰

Last updated