FLozbot

Created 5 years ago
Maintained by aikidouke
A Python 3 Supybot update for Fedora
Members 1
Zach Villers committed 5 years ago

Python 3 port in progress

This plugin is to interface with the Fedora Accounts System.

TO INSTALL:

note that these instructions assume you have used '@' as a control character for supybot

  1. Move the plugin to a directory where Supybot can access it. (make sure you auth as bot owner in a priv msg)
  2. @load Fedora (This coincides with the name of the plugin in the plugin directory)
  3. If you are not using the main FAS, run @config plugins.fedora.fas.url [rooturl] note I've limited the user download to FAS names starting with Q please use stg url for fas in testing
  4. In a PRIVMSG (/msg) to your bot, say config plugins.fedora.fas.username [username] config plugins.fedora.fas.password [password] (This information can only be accessed by bot owners.)
  5. @reload Fedora (or supybot-fedora, again, name of directory)

Changes from original python2 version

Pip

  • limnoria replaces supybot but still imports as supybot
  • sgmllib3k is a drop-in replacement for sgmllib
  • fedora-messaging should be interchangeable with fedmsg

TODO

  • Create a playbook/set-up for dev environment