Topic

Chatbot

Collection size
63 articles
Page 4 of 4
Python Programming Learning Circle
Python Programming Learning Circle
Jan 10, 2022 · Artificial Intelligence

Building a Siri‑Like Voice Chatbot with Python

This tutorial explains how to create a Siri‑style conversational robot in Python by configuring the environment, describing the speech‑recognition and chatbot principles, and showing the implementation that uses Baidu speech recognition and the Turing chatbot API.

AIChatbotSiri
0 likes · 3 min read
Building a Siri‑Like Voice Chatbot with Python
KooFE Frontend Team
KooFE Frontend Team
Sep 12, 2022 · Backend Development

Bypass Web Restrictions and Build a WeChat Bot with Wechaty’s PuppetPuppeteer

This article explains how to use Wechaty’s PuppetPuppeteer to create a WeChat chatbot by intercepting login requests, injecting interaction scripts, and leveraging Angular services in the web client, while highlighting the risks of web‑client changes.

ChatbotNode.jsPuppeteer
0 likes · 8 min read
Bypass Web Restrictions and Build a WeChat Bot with Wechaty’s PuppetPuppeteer
KooFE Frontend Team
KooFE Frontend Team
Nov 18, 2021 · Backend Development

Build a WeChat Chatbot with Wechaty: Step‑by‑Step Node.js Guide

This guide explains how to create a WeChat chatbot using the open‑source Wechaty SDK, covering required npm packages, QR code login, bot initialization, message sending, and important considerations such as Node.js version and npm mirror configuration.

ChatbotJavaScriptNode.js
0 likes · 5 min read
Build a WeChat Chatbot with Wechaty: Step‑by‑Step Node.js Guide