ChatMe
  • Introduction
  • ChatMe Web Interface
    • Get Started
    • Dashboard
    • Direct Messages
    • Groups & Channels
    • User Account
    • ChatBot
  • Dev Documentation
    • Overview
    • Get Started
    • Direct Messages
      • Read direct messages
      • Send direct messages
    • Groups & Channels
      • Get groups & channels
      • Manage groups & channels
      • Read group/channel messages
      • Send group/channel message
    • User Account
      • Get user account info
      • Update user account
    • Frontend Widgets
    • ChatBot Development
  • Network Info
  • Roadmap
  • Use Cases & Benefits
  • External Links
Powered by GitBook
On this page
  1. Dev Documentation

ChatBot Development

ChatBot technical details

PreviousFrontend WidgetsNextNetwork Info

Last updated 2 years ago

Our chatBot is open-source and can be used to create your own personalised bots! For the end-user, the chatBot functions as a direct messaging with a virtual assistant.

You can fork our repository and update chatBot logic, deploy and run on your own server. For configuration you will need NEAR Account (address and private key) that will reply to user messages.

Our chatBot example using OpenAI to reply for user messages, but you can modify this logic to build your custom solution. You can find more details in repository README.md file.

GitHub - VlodkoMr/chatme-chat-bot: Example chatBot AIGitHub
ChatBot Github repository
Logo