Skip to content

A simple Twitter IRC bot using Twisted Words and Python Twitter Tools - Updated to work with OAuth

Notifications You must be signed in to change notification settings

zachwalton/donald

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

donald

	This is an IRC bot that dumps Twitter updates to a channel.
	For now, it only supports joining one channel.
	
	donald is based loosely on Mike Verdone's Python Twitter
	Tools ircbot.py and the Twisted Words IRC example. Forgive
	inefficiencies or long-winded code; this is my first Twisted
	application (and I'm not much of a Python expert, either).

AUTHOR

	Roger Clark <rogerclark@gmail.com>
	http://rogerclark.org/code/donald/

USAGE

	donald [configfile]

CONFIGFILE

	This is a JSON document with the bot's configuration options.
	If no argument is specified on the command line, use donald.conf.
	See donald.conf.example for a template. There is no warning
	upon startup if something's missing, so try and get it right.

DEPENDENCIES

	simplejson
	twitter - Mike Verdone's Python Twitter Tools
	twisted - Twisted (including Twisted Words)

About

A simple Twitter IRC bot using Twisted Words and Python Twitter Tools - Updated to work with OAuth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages