Hello all,
SMSer is far from stable, however I taught it is time to release the code, that has advanced quite a lot since last release.
Updates include:
* The SMSerGUI written in wxpython (we need a letter that comes before alpha, Unicode says its ΰ)
* Bugfixes
* A Greasemonkey script to quickly fill icq register for smser accounts.
* The -b option for sending to buddies located in ~/.smser/buddylist (example file included)... read more
I have uploaded the GUI I was working on for SMSer. It uses wxpython for the gui, and wxglade to design it.
You might need to set up the path to the binary for it to work (in smsergui.py), and write:
$ python smsergui.py
I'd love any kind of feedback, to know what to fix first.
Hello all,
After a little night of coding, SMSer has now a buddy list option. You can now send multiple messages like this:
SMSer -b guysoft,tux -m "I can send SMS" -q -a
The list should be located at ~/.smser/buddylist
and you have an example in the SVN (note it's tabs and not spaces in between).
Its also a good ground for building a GUI (if you know wxpython and want to help, please contact me).... read more
SMSer (in SVN) can handle multiple accounts. I thought it might be a good idea to make a screencast showing this, also explaining how to set it all up. so here is the video: http://www.youtube.com/watch?v=iBRaf6f9oNw
Yes, after a long long time with no updates, I am opening a SMSer SVN repository.
It includes the source and binary. New code has been added to send Dummy ICQ messages to ICQ servers. This bypasses a new constraint. Also many other things were added to the -q option.
To get the SVN version simply type:
$ svn checkout https://smser.svn.sourceforge.net/svnroot/smser smser
enjoy