{ "info": { "author": "Shichao An", "author_email": "shichao.an@nyu.edu", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "Adium Shell\n===========\n\n.. image:: https://pypip.in/v/adium-sh/badge.png\n :target: https://pypi.python.org/pypi/adium-sh\n\nAdium Shell (adium-sh) is a command-line tool and Python wrapper for Adium.\n\nDescription\n-----------\nadium-sh provides shell utilities and Python wrapper based on `AppleScript support `_ of Adium.\n\nFeature\n-------\n\nThe current features are:\n\n* Set default service and account\n* Send messages using exact account name or alias\n* Receive and reply to messages using patterns or external API (SimSimi currently supported)\n* React to events\n\nInstallation\n------------\n::\n\n $ pip install adium-sh\n\nUsage\n-----\nYou must specify the account and service to associate with the current use, either as command-line arguments or in the config file. When specifying them as arguments, you must put them before the sub-commands.\n\nSend messages\n~~~~~~~~~~~~~\nSend a message using account name:\n::\n\n $ adiumsh -s GTalk -t yourname@gmail send -b buddy@gmail.com\n Hello, there\n <