How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
This project is a conversational AI bot that integrates large language models into WeChat accounts to provide automated responses in private and group chats. Built on the WeChaty bot framework, it functions as a bridge that enables real-time conversational interactions between a messaging account and an AI model. The system acts as an AI multimedia gateway and context manager, supporting the generation of images from text and the transcription of audio files within the chat interface. It tracks interaction histories to manage token limits and maintains coherent conversations through custom sy
Run your own GPTChat Discord bot, with a single command!
You'll need to run WhatsApp from a phone number using the golang library I'm using. You'll run a dedicated browser in another window that's controlling ChatGPT. Two terminals: go run main.go, and python server.py. I am extremely doubtful they will work for you on the first run. You can also try…
This project is a Telegram bot bridge that connects the Telegram chat interface to large language models. It functions as a relay that routes user prompts to an artificial intelligence service and returns the generated text responses to the user. The application uses session token authentication to access language model services via browser-extracted cookies. Access to the bot is managed through a whitelist controller that restricts interactions to a predefined list of authorized user identifiers. The system is designed for containerized deployment to ensure consistent execution across diffe
ChatGPT Telegram Bot running in AWS Lambda
The main features of franalgaba/chatgpt-telegram-bot-serverless are: Platform Integrations, Bots, Chatbot Integrations.
Open-source alternatives to franalgaba/chatgpt-telegram-bot-serverless include: m1guelpf/chatgpt-telegram — This project is a Telegram bot bridge that connects the Telegram chat interface to large language models. It functions… madawei2699/mygptreader — myGPTReader is a suite of large language model applications including a chat interface, a document analysis tool, and… fuergaosi233/wechat-chatgpt — This project is a conversational AI bot that integrates large language models into WeChat accounts to provide… m1guelpf/chatgpt-discord — Run your own GPTChat Discord bot, with a single command! danielgross/whatsapp-gpt — You'll need to run WhatsApp from a phone number using the golang library I'm using. You'll run a dedicated browser in… pedrorito/chatgptslackbot — 🤖 A Slack bot that integrates with OpenAI's ChatGPT to provide answers, written in Python.