-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the Stormbot-TCL-Twitter-Module wiki!
This document will give you a bit of a walk through in how to set up your eggdrop bot to use this bead with Stormbot v6. You can use the links below to jump to any aspect of how to set up your application and bot.
-
Must be using at least version 8.5 of Tcl, the dict commands became available during this release
-
Must have the following TCL packages installed on your machine.
- HTTP
- SHA1
- JSON
- BASE64
If you are missing any of these packages, your bot will inform you and you must fix these before you can use this bead. Note: I've been informed by the maintainer of Stormbot v6 that there is a DICT release for TCL version 8.4 that can be found here. It is source code, so it will need to be compiled which is beyond the scope of this document. I have no guarantee that it will work, all my bots run version 8.5 of Tcl.