Piping from BASH in to an Instant Messenger??


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Piping from BASH in to an Instant Messenger??
# 1  
Old 10-11-2009
Piping from BASH in to an Instant Messenger??

Is it possible to pipe a command in to an instant messenger e.g pidgin, finch or something similar and have it send??? e.g echo "hello" | messenger Or is there anything similar?? Thanks in advance!
# 2  
Old 10-12-2009
I don't know if any messengers support reading messages from stdin, but luckily on UNIX (and particularly Linux) there's a library or script module for everything. Examples are the library used by Pidgin (libpurple) or Net::XMPP for Jabber/GTalk communication in Perl.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Red Hat

Instant client

Hi, Could you please tell me how to check instant client is installed in Linux server? OS -- Linux 5.11 Oracle -- 10.2.0.5.0 Regards, Maddy (2 Replies)
Discussion started by: Maddy123
2 Replies

2. Shell Programming and Scripting

Piping output from a command into bash script

Hi all. I am using procmail to deliver an email to a script I am developing. Procmail delivers the email to the script on standard input. I imagine this is the same as piping input from a command into the script. Hence I've been testing my script by running echo 'test' | sms-autosend-backup.sh ... (2 Replies)
Discussion started by: akindo
2 Replies

3. Shell Programming and Scripting

bash shell piping

Hello all, I am new to bash. I am trying to get a sub string of a variable in a shell script. While trying to do that I get the following error: ------------------------------------------------------------------------ OHOME: /aaa/bbb/product/eee ./t.sh: line 6: /aaa/bbb/product/eee: No... (4 Replies)
Discussion started by: RockyC123
4 Replies

4. Programming

Instant Messaging App Help

I was hoping someone could assist me on a text-based instant messaging client(using UDP) I am working on. I have the network communication basics already in place but, specifically, needed some further help on the "messaging other users" and "getting a user list" functions. The server code that... (0 Replies)
Discussion started by: AusTex
0 Replies

5. SuSE

Messenger service?

Right now i'm about two days away from losing all my windows based computers....lol. So i need to know of a few good progs that will beable to communicate with MSN messenger...lol right now i'm still running rh 7 so is there anything that would work with that? (8 Replies)
Discussion started by: byblyk
8 Replies
Login or Register to Ask a Question