awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to pedrorito/chatgptslackbot

Open-source alternatives to ChatGPTSlackBot

26 open-source projects similar to pedrorito/chatgptslackbot, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best ChatGPTSlackBot alternative.

  • transitive-bullshit/chatgpt-twitter-bottransitive-bullshit avatar

    transitive-bullshit/chatgpt-twitter-bot

    758View on GitHub↗

    Twitter bot powered by OpenAI's ChatGPT API. It's aliveeeee 🤖

    TypeScript
    View on GitHub↗758
  • m1guelpf/chatgpt-discordm1guelpf avatar

    m1guelpf/chatgpt-discord

    284View on GitHub↗

    Run your own GPTChat Discord bot, with a single command!

    Go
    View on GitHub↗284
  • m1guelpf/chatgpt-telegramm1guelpf avatar

    m1guelpf/chatgpt-telegram

    3,883View on GitHub↗

    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

    Go
    View on GitHub↗3,883
  • franalgaba/chatgpt-telegram-bot-serverlessfranalgaba avatar

    franalgaba/chatgpt-telegram-bot-serverless

    323View on GitHub↗

    ChatGPT Telegram Bot running in AWS Lambda

    Python
    View on GitHub↗323
  • wangrongding/wechat-botwangrongding avatar

    wangrongding/wechat-bot

    9,806View on GitHub↗

    This project is a WeChat LLM bot framework and messaging gateway designed to connect WeChat accounts to language models for automated responses and group chat interactions. It functions as an orchestration layer that routes incoming messages to AI agents and returns generated responses to users. The system distinguishes itself through a provider-agnostic routing mechanism that distributes messages across various cloud-based and local language model services. It includes a command-line interface for managing login sessions, searching chat history, and sending messages, as well as a whitelist-b

    JavaScriptchatgptopenaiwechat
    View on GitHub↗9,806

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • fuergaosi233/wechat-chatgptfuergaosi233 avatar

    fuergaosi233/wechat-chatgpt

    13,225View on GitHub↗

    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

    TypeScript
    View on GitHub↗13,225
  • jackmort/chatgpt.nvimjackMort avatar

    jackMort/ChatGPT.nvim

    4,005View on GitHub↗

    ChatGPT.nvim is an OpenAI LLM Neovim plugin that serves as an AI-powered code assistant for refactoring, completing, and fixing code snippets. It functions as a custom prompt automation tool and a markdown renderer, allowing users to interact with language models directly within the editor. The project distinguishes itself through a framework for defining reusable AI personas and automated text processing tasks using system prompts and templates. It includes a specialized rendering system that transforms responses into styled markdown with foldable code blocks. The plugin covers interactive

    Lua
    View on GitHub↗4,005
  • kudoai/bravegptkudoai avatar

    kudoai/bravegpt

    209View on GitHub↗

    🦁 AI chat & search summaries in Brave Search, powered by the latest LLMs

    JavaScript
    View on GitHub↗209
  • kudoai/duckduckgptkudoai avatar

    kudoai/duckduckgpt

    275View on GitHub↗

    🐤 AI chat & search summaries in DuckDuckGo, powered by the latest LLMs

    JavaScript
    View on GitHub↗275
  • lencx/chatgptlencx avatar

    lencx/ChatGPT

    54,388View on GitHub↗

    This project is a cross-platform desktop application that wraps web-based interfaces into a standalone, native container. By utilizing a webview-based rendering engine, it allows users to access web services as local applications on Windows, macOS, and Linux without requiring a full browser installation. The application is built on a memory-safe backend that manages system-level tasks and facilitates secure communication between the web frontend and the native operating system. This architecture enables features such as system-tray integration for background execution and quick access, provid

    Rustaiappapplication
    View on GitHub↗54,388
  • lilittlecat/intellij-chatgptLiLittleCat avatar

    LiLittleCat/intellij-chatgpt

    138View on GitHub↗

    A plugin that integrates ChatGPT and other third-party mirror sites into JetBrains IDEs.一个将 ChatGPT 和其他第三方镜像网站整合到 JetBrains IDEs 的插件。

    Java
    View on GitHub↗138
  • madawei2699/mygptreadermadawei2699 avatar

    madawei2699/myGPTReader

    4,418View on GitHub↗

    myGPTReader is a suite of large language model applications including a chat interface, a document analysis tool, and a news aggregator. The system focuses on extracting information from digital files and web content to enable conversational analysis and automated content condensation. The project features a prompt template manager to structure conversation flows and increase response accuracy. It also includes a multilingual voice chat client that integrates speech-to-text and text-to-speech for real-time interactive tutoring and language practice. The platform covers broader capabilities i

    Python
    View on GitHub↗4,418
  • mayooear/gpt4-pdf-chatbot-langchainmayooear avatar

    mayooear/gpt4-pdf-chatbot-langchain

    16,542View on GitHub↗

    This project is a framework for building custom AI chatbots capable of PDF document analysis. It implements Retrieval Augmented Generation to connect a large language model to private document data. The system utilizes graph-based agent orchestration to control conversation flow and decision logic. It maintains context across interactions through thread-based state management and delivers AI responses to the user interface via real-time streaming. The project covers PDF document ingestion through chunk-based processing and vector-store retrieval. It includes mechanisms for query-based data r

    TypeScript
    View on GitHub↗16,542
  • mpociot/chatgpt-vscodempociot avatar

    mpociot/chatgpt-vscode

    4,941View on GitHub↗

    This project is an AI assistant for Visual Studio Code that utilizes a large language model to generate code and answer programming queries. It functions as a code generator and assistant, enabling the insertion of AI-generated snippets directly into active source files and providing a conversational interface via a side panel chat. The extension facilitates structural refactoring, optimization, and debugging of selected code blocks through natural language prompts. It also generates natural language explanations and technical documentation for complex code segments without requiring the user

    TypeScript
    View on GitHub↗4,941
  • openclaw/openclawopenclaw avatar

    openclaw/openclaw

    380,031View on GitHub↗

    Openclaw is a platform for managing agent execution environments, providing the infrastructure to control agent lifecycles, session state, and workspace persistence. It features a centralized gateway that handles model loops, tool invocation, and streaming events, while supporting multi-agent routing and persistent memory management. The system is designed to normalize tool execution signatures and provide a standardized interface for cross-provider compatibility. The platform includes extensive developer tooling, such as a command-line interface for workspace management, diagnostic logging,

    TypeScriptaiassistantcrustacean
    View on GitHub↗380,031
  • rksm/org-airksm avatar

    rksm/org-ai

    818View on GitHub↗

    Emacs as your personal AI assistant. Use LLMs such as ChatGPT or LLaMA for text generation or DALL-E and Stable Diffusion for image generation. Also supports speech input / output.

    Emacs Lisp
    View on GitHub↗818
  • robusta-dev/kubernetes-chatgpt-botrobusta-dev avatar

    robusta-dev/kubernetes-chatgpt-bot

    915View on GitHub↗

    A ChatGPT bot for Kubernetes issues.

    Pythonchatbotchatgptkubernetes
    View on GitHub↗915
  • sonnylazuardi/chatgpt-desktopsonnylazuardi avatar

    sonnylazuardi/chatgpt-desktop

    2,001View on GitHub↗

    Unofficial open source Chat AI desktop app for mac, windows, and linux menubar using tauri & rust.

    Rust
    View on GitHub↗2,001
  • vincelwt/chatgpt-macvincelwt avatar

    vincelwt/chatgpt-mac

    6,284View on GitHub↗

    This is a macOS menubar application that provides a desktop client for ChatGPT, designed for quick, always-available access. It lives in the system menubar and can be triggered with a global keyboard shortcut from any application, bringing the ChatGPT chat window to the foreground without disrupting your workflow. The app runs as a persistent background menubar application with a native icon that supports dark mode and accessibility tinting. It uses a single frameless Electron window that shows or hides without reloading the page, and remembers its screen position and size across launches. A

    JavaScript
    View on GitHub↗6,284
  • zebroc/chatgpt-create-unit-testszebroc avatar

    zebroc/chatgpt-create-unit-tests

    13View on GitHub↗

    A GitHub Action that analyses a Pull Request and adds unit tests if necessary / possible

    Go
    View on GitHub↗13
  • abielzulio/chatgpt-raycastabielzulio avatar

    abielzulio/chatgpt-raycast

    615View on GitHub↗

    ChatGPT raycast extension

    TypeScript
    View on GitHub↗615
  • zero6992/chatgpt-discord-botZero6992 avatar

    Zero6992/chatGPT-discord-bot

    2,739View on GitHub↗

    Integrate ChatGPT into your own discord bot

    Python
    View on GitHub↗2,739
  • anc95/chatgpt-codereviewanc95 avatar

    anc95/ChatGPT-CodeReview

    4,445View on GitHub↗

    ChatGPT-CodeReview is an AI-driven code analysis tool and bot that uses a large language model to automatically review pull request diffs and post feedback on code changes. It functions as a system for detecting bugs and suggesting improvements in source code. The tool provides a containerized runtime for deployment as a background process or through a GitHub Action. Users can customize the analysis behavior, style, and technical depth by adjusting model parameters and system prompts. The system handles automated code review workflows by triggering analysis via webhooks and CI pipelines, upd

    JavaScript
    View on GitHub↗4,445
  • cesarhuret/docgptcesarhuret avatar

    cesarhuret/docGPT

    672View on GitHub↗

    ChatGPT directly within Google Docs as an Editor Add-on 📑

    JavaScript
    View on GitHub↗672
  • danielgross/whatsapp-gptdanielgross avatar

    danielgross/whatsapp-gpt

    3,061View on GitHub↗

    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…

    Go
    View on GitHub↗3,061
  • fluxninja/openai-pr-reviewerF

    fluxninja/openai-pr-reviewer

    0View on GitHub↗
    View on GitHub↗0