IRCRelayBot

IRCRelayBot 0.1.0

IRCRelayBot is a Python IRC bot using Twisted engine. It is designed to relay events from a channel to another on the same or a different network.InstallLatest stable version:pip install ircrelaybotLatest repository version:pip install -e...

Gammu

Gammu 1.32.0

Gammu is a project, where all created applications, scripts and drivers are used for managing all possible functions in cellular phones and similiar devices.Currently Gammu provides stable and mature codebase for many models available in market and gives...

python-gammu

python-gammu 1.32.0

python-gammu are Python bindings for Gammu library. It currently does not support all Gammu features, but range of covered functions is increasing, if you need some specific, feel free to use bug tracking system for feature requests.Installation:First you...

ipmsg

ipmsg 0.1.0

ipmsg is an IP Messenger alternative for Linux, written in Python.Only tested under Ubuntu 10.04 / Python 2.6. Not compatible with IP Messager 3.x yet.InstallationTo install:sudo python setup.py...

twilist

twilist 0.1

twilist is a Python tool to help you send your tweet draft by having a list of tweet in a text file.Adding a tweet to a list:twilist.py add "Foo bar"Sending a tweet in a list (first in first out):twilist.py sendSending the first tweet item in the...

Aleph

Aleph 4.0

Aleph is a simple IRC bot library.Aims:* Should work in the same way when used as part of a bot and as part of a client* Connect to multiple servers and only process on receiving information or user...

dlvr

dlvr 0.2

dlvr is a tool that provides email sending for humans.Installationwith pip as easy as: pip install dlvror checkout the latest version from github: git clone https://github.com/bmaeser/dlvr.git cd dlvr python setup.py...

gerritbot

gerritbot 0.1.2

Gerritbot is an IRC bot that will notify IRC channels of Gerrit events.To install Gerritbot run `python setup.py install` from within the repository's root directory.To run Gerritbot `$PATH/gerritbot /path/to/config`. $PATH is usually something like...

outbox

outbox 0.1.4

outbox is simplest SMTP client you'll ever see. It's 100% synchronous...UsageGive your app an outbox easily:from outbox import Outbox, Email, Attachmentoutbox = Outbox(username='username', password='password', server='server', port=1234,...