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.
- Find the
config.jsonfile in the program folder (same folder asTGAutoResponderREGEXP.exe) - Open the
config.jsonfile:- Right-click on the file
- Select “Open with” → “Notepad” (or Notepad++)
- You will see the following text in the file:
{
"API_ID": 4428373,
"API_HASH": "d4ccb67439cfe30389791b1138e820e0"
}
- 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!)
- Instead of
Example after replacement:
{
"API_ID": 12345678,
"API_HASH": "abc123def4567890123456789abcdef"
}
- Save the file:
- Press Ctrl+S or File → Save
- Close Notepad
⚠️ Important:
API_IDmust be a number without quotesAPI_HASHmust 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.