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
- Host: GitHub
- URL: https://github.com/cdent/comd
- Owner: cdent
- Created: 2011-09-24T18:10:28.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-01T13:46:13.000Z (over 14 years ago)
- Last Synced: 2025-02-01T03:29:05.960Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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