|
General Details
|
|
Bash
|
|
Posted 2.70 Years Ago
|
|
748 Views
|
|
Received 0 Ratings
|
|
Elluminate JNLP Downloader in Shell Code
Description
This code will download the JNLP needed to join an Elluminate room. I wrote it for reasons that I may or may not discuss here on CP, but it is good if you really don't feel like launching a web browser just to attend an elluminate session.
Technical
Tested with bash. You need to know three things to use it.
1. The username you want to use (can be anything).
2. The password for the room (starts with "M." and then 30 hexable digits)
3. The filename you want to save the room as.
The password can be found in the URL somebody gives you for their Elluminate room. Again, just look for something that starts with M. and then contains 30 hexable digits (0 through 9 and A through F).
Usage goes like this:
$ ./getmeeting.sh username password file.jnlp
Source Code
Comments
| Please login to post comments. |
|
|
Yep. Still alive, and coding.
|
More "Bash" Source Codes By This Author
Recently Posted "Bash" Source Codes
Recently Rated "Bash" Source Codes
|