A Telegram Bot that scrape a given Google Form and makes polls.
This is a Telegram Bot based on NodeJS.
-
Install dependences
npm i
-
Create a file .env to put your Telegram Token
touch .env
Open the file and write
BOT_TOKEN=*********your token**********
-
Run the bot
node .