Accesses eBay.com for various things
Module for eBay stuff. Currently contains a URL snarfer and a command to
get info about an auction.
| Commands for Ebay |
| auction | <item> |
Return useful information about the eBay auction with item number <item>. |
| ebay | <command> [<args> ...] |
Command dispatcher for the Ebay plugin. Use 'list Ebay' to see the commands provided by this plugin. Use 'config list plugins.Ebay' to see the configuration values for this plugin. In most cases this dispatcher command is unnecessary; in cases where more than one plugin defines a given command, use this command to tell the bot which plugin's command to use. |
Configuration Variables for
the Ebay plugin
- supybot.plugins.Ebay.public
- Default: True
- Channel Specific: False
- Help: Determines whether this plugin is publicly visible.
- supybot.plugins.Ebay.auctionSnarfer
- Default: False
- Channel Specific: True
- Help: Determines whether the bot will automatically 'snarf' Ebay auction URLs and print information about them.