An open API service indexing awesome lists of open source software.

https://github.com/cdent/comd

Simple tool to send a twitter direct message
https://github.com/cdent/comd

Last synced: about 1 year ago
JSON representation

Simple tool to send a twitter direct message

Awesome Lists containing this project

README

          

A very simple tool for sending a direct message to a twitter user,
using the python-twitter module.

Takes three args:

* path to ini file (see below)
* twitter username to send direct message to
* the message to send

The init file is of the ConfigParser variety with the following form:

[auth]
consumer_key:
consumer_secret:
access_token_key:
access_token_secret:

You'll need to get the values from twitter.

Copyright 2011 Chris Dent

MIT License