Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 802 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 802 Bytes

weesms

2015-04-12: v0.1 - Initial/draft/beta version

Installation

$ sudo aptitude install gammu gammu-smsd python-gammu $ sudo usermod -a -G dialout $USER

$ cp weesms.py ~/.weechat/python/[autoload]

Stop gammu-smsd if it is started: /etc/init.d/gammu-smsd stop

Plugin management

Load plugin: /python load python/weesms.py or put the script in python/autoload

Reload plugin: /python reload weesms

Unload plugin: /python unload weesms

Phonebook

Default CSV phonebook location: WEECHAT_DIR/python/weesms.csv

Phonebook format is: bob,+33123456789 alice,+33987654321

Refs: