Skip to content

ephraimkunz/temples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

temples

Tools for working with LDS temple data.

Features

  • View appointments for various ordinances you've made at the temple.
  • Get a list of all temples and useful information about them such as dedication date and id in both human-readable and JSON format. Print histograms of dedication dates and locations.
  • Visualize how many endowment seats are available for upcoming sessions at a given temple.

Pre-requisites

  • An LDS account username and password.
  • Chrome installed.
  • Rust installed

Building

cargo build --release

Running

USERNAME=<your LDS username> PASSWORD=<your LDS password> ./target/release/temples

A help message will be displayed explaining the various sub-commands and options for them.

Viewing temple schedule output

Temple schedules can be output as either an HTML file or an Excel file. For the HTML format, I've found it's easiest to open this in Chrome, then convert it to PDF using the GoFullPage - Full Page Screen Capture extension. Then it can be converted to other formats from there. Here are some sample temple schedules generated by this tool.

Oakland Temple schedule

Logan Temple schedule

Releases

No releases published

Packages

No packages published

Languages