gchiu / rebolbot

A stackoverflow chat bot for Rebol
20 stars 6 forks source link

Confirm best approach for loading the twitter module #20

Open johnk- opened 11 years ago

johnk- commented 11 years ago

FYI - a bit of history on this. I was hoping to add needs %twitter.r3 to the header of the send-tweet-command, but I was unable to get it to work. The commands are loaded into the main script using import/no-lib, but I am not sure if that is what causes the issue. The only way that I could get the command to find the twitter module was when I added it to the main script, which is not optimal. Any ideas on what to try would be appreciated.