Telegram RegExp AutoResponder: Step 2: configure API in config.json
AndySendy academy

Step 2: configure API in config.json

Telegram RegExp AutoResponder
Download for Windows — free

Ultimate extension with built-in WhatsApp account warming. Not listed in the Chrome Web Store — download the ZIP from this site only.

Now you need to enter the obtained keys into the program.

  1. Find the config.json file in the program folder (same folder as TGAutoResponderREGEXP.exe)
  2. Open the config.json file:
    • Right-click on the file
    • Select “Open with”“Notepad” (or Notepad++)
  3. You will see the following text in the file:
{
  "API_ID": 4428373,
  "API_HASH": "d4ccb67439cfe30389791b1138e820e0"
}
  1. Replace the values with yours from Step 1:
    • Instead of 4428373 (this is an example!) paste your api_id (number)
    • Instead of "d4ccb67439cfe30389791b1138e820e0" (this is an example!) paste your api_hash (in quotes!)

Example after replacement:

{
  "API_ID": 12345678,
  "API_HASH": "abc123def4567890123456789abcdef"
}
  1. Save the file:
    • Press Ctrl+S or File → Save
    • Close Notepad

⚠️ Important:

  • API_ID must be a number without quotes
  • API_HASH must be a string in quotes
  • Don’t delete commas and curly braces { }
  • Don’t change the names "API_ID" and "API_HASH"

Next — first Telegram authorization.