Skip to main content

Command-line wrapper of Adium

Project description

https://pypip.in/v/adium-sh/badge.png

adium-sh is a command-line Python wrapper for Adium.

Description

adium-sh is based on the Python wrapper that utilized AppleScript support of Adium.

Feature

The current features are:

  • Send messages using exact account name or alias

  • Set default service and account for alias

Installation

$ pip install adium-sh

Usage

Examples

Send a message using account name:

$ adiumsh send -b buddy@gmail.com
Hello, there
<<EOF

Send a message using alias:

$ adiumsh send -a 'John Smith' -s GTalk -t yourname@gmail.com
Hello, there
<<EOF

Set default configuration file at ~/.adiumsh:

[default]
service = GTalk
account = yourname@gmail.com

And you can send to alias without specifying -s/--service and -t/--account:

$ adiumsh send -a 'John Smith'

You can also pass as argument your message:

$ adiumsh send -a 'John Smith' -m 'Hello, there'

TODO

  • Complete Python wrapper API to AppleScript support

  • Exhaustive commands based on the wrapper

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

adium-sh-0.1.0.tar.gz (4.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page