Browsing Tag
bot
4 posts
Why I Built a Modern TypeScript SDK for Telegram Bots (and You Should Use It Too)
When I first started building Telegram bots in Node.js, I expected it to be fun. But pretty quickly…
Top Platforms for Deploying Bots: Free and Paid Options
Top Platforms for Deploying Bots: Free and Paid Options Deploying bots has become a crucial aspect of modern…
Top 5 AI Chatbot Platforms: Your Guide to Building Chatbots with Ease
Introduction Hi, I’m Diwakar Kashyap, a software engineer. I’m the perfect person to give you advice on creating…
Whatsapp BOT with nodeJs
` const puppeteer = require(‘puppeteer’); (async function(){ try{ const browser = await puppeteer.launch({ headless:false }) const page =…