Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Create a file login.properties in this directory, with your credentials:
email=info@example.com
password=secret
  1. Compile the source code:
javac -cp ".:lib/*" com/stackexchange/toolbox/chat/MessagePoster.java
  1. Run the program, with two arguments: the ID of the room, and the message you want to post. The example below posts This is a test. in the Sandbox chatroom.
java -cp ".:lib/*" com.stackexchange.toolbox.chat.MessagePoster 1 "This is a test."

About

Simple Java chat client

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages