msgme
v22.9.2-4.23
Published
MessageMe is a local messaging platform using ip to ip messaging, with the support of custom bots.
Downloads
63
Maintainers
Readme
MessageMe
MessageMe is a local messaging platform using ip to ip messaging, with the support of custom bots.
Built with
Features
- Real-Time Messaging: Send and receive messages instantly.
- Bot Integration: Load bots that can respond to messages and execute commands.
- User Management: Change chat rooms, view connected users, and exit the application with ease.
- Message History: Keeps track of sent and received messages in the session.
Installation
To install messageme
, run the following command:
npm i -g msgme
Usage
You can start the application using either of the following commands:
msgme
or
messageme
Commands
Once the application is running, you can use the following commands:
.chat <IP>
: Change the chat room to the specified IP address..quit
: Exit the application..users
: Display a list of users in the current chat room..help
: Show a list of available commands and bot commands.
Adding and Removing Bots
[!NOTE]
Please refer to the bots documentation to create bots.
You can manage bots using the following commands:
To add a bot:
messageme bots add <bot-path>
To remove a bot:
messageme bots remove <bot-name>
Example
Start the application:
msgme
Connect to another user by typing:
.chat <IP>
Send messages and interact with bots using their commands.
License
This project is licensed under the GPL License.