/enigma-bbs-married_bob_evt

A Married Bob fetching event

Primary LanguageJavaScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Married Bob Fetcher

Married Bob

A Married Bob fetcher event mod for ENiGMA½ BBS!

Installation

Get the Mod

From Archive

TODO document me!

From Git

cd /path/to/enigma-bbs/mods
git clone https://github.com/NuSkooler/enigma-bbs-married_bob_evt.git married_bob_evt
cd married_bob_evt
npm install

Add to the Scheduler

Add an event to fetch/update your Married Bob cache to your ENiGMA½ Event Scheduler in ~/.config/enigma-bbs/config.hjson:

eventScheduler: {
  events: {
    fetchLatestMarriedBob: {
      schedule: every 24 hours
      action: @method:mods/married_bob_evt/married_bob_evt.js:fetchLatestMarriedBob
    }
  }
}

Display a Random Piece!

You can now display a random piece directly from the Married Bob cache with a entry in your menu.hjson:

randomMarriedBobArt: {
  desc: Viewing Married Bob
  art: mods/married_bob_evt/cache/mb-
  next: someOtherMenu
}

Special Thanks

Thanks to Luciano Ayres for Married Bob of course!