diff --git a/README.md b/README.md index 64a1dc4..94ea133 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Connect Telegram Bot to Google Sheets via Google Apps Scripts. This video explai ## Step 1: Setting up the Telegram Bot - Go to [Telegram for Web](https://web.telegram.org/) -- Search for BothFather +- Search for BotFather - Use /newbot to create a bot. This will give you an access token to use in your script. For further Telegram information, RTFM at (https://core.telegram.org/bots/api) ## Step 2: Setting up Google Apps Script @@ -15,4 +15,4 @@ Create a new Google Sheet in Google Drive. Go to script editor (Tools > Script E Find your Google Sheet ID in the URL: `https://docs.google.com/spreadsheets/d/{ID_HERE}/edit` and past it into the code.gs file. ## Step 4: Add your Telegram ID to the Script for error catching -After you seccusfully communicated with the bot, your chat ID should be in the recording spreadsheet entries. Copy and past this into the `adminID` variable in the script \ No newline at end of file +After you seccusfully communicated with the bot, your chat ID should be in the recording spreadsheet entries. Copy and past this into the `adminID` variable in the script