Bug #644

twitter plugin for grisemine

Added by Pablo Joubert 6 months ago. Updated 6 months ago.

Status:New Start:12/02/2011
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:- Spent time: -
Target version:-

Description

add a twitter plugin to grisemine to be able to tweet from irc

History

Updated by Pablo Joubert 6 months ago

The supybot considered is supytweet (http://sourceforge.net/projects/supytweet/)
At the moment, it loads with an error from oauth (http://github.com/simplegeo/python-oauth2) :

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.5/supybot/callbacks.py", line 1175, in _callCommand
    self.callCommand(command, irc, msg, *args, **kwargs)
  File "/usr/lib/pymodules/python2.5/supybot/utils/python.py", line 62, in g
    f(self, *args, **kwargs)
  File "/usr/lib/pymodules/python2.5/supybot/callbacks.py", line 1161, in callCommand
    method(irc, msg, *args, **kwargs)
  File "/usr/lib/pymodules/python2.5/supybot/commands.py", line 906, in newf
    f(self, irc, msg, args, *state.args, **state.kwargs)
  File "/usr/lib/pymodules/python2.5/supybot/plugins/Owner/plugin.py", line 443, in load
    cb = plugin.loadPluginClass(irc, module)
  File "/usr/lib/pymodules/python2.5/supybot/plugin.py", line 74, in loadPluginClass
    cb = module.Class(irc)
  File "/usr/lib/pymodules/python2.5/supybot/utils/python.py", line 74, in __init__
    original__init__(self, *args, **kwargs)
  File "/home/grisemine/bot/plugins/Supytweet/plugin.py", line 78, in __init__
    self.twitLogin(irc)
  File "/home/grisemine/bot/plugins/Supytweet/plugin.py", line 137, in twitLogin
    self.temp_credentials = self.twitter.getRequestToken()
  File "/home/grisemine/bot/plugins/Supytweet/oauthtwitter.py", line 145, in getRequestToken
    return dict(urlparse.parse_qsl(content))
AttributeError: 'module' object has no attribute 'parse_qsl'

Also available in: Atom PDF