#Dependencies: python3, fzf
This is a project to ultimately create an offline means of viewing the documents hosted on sefaria.org via a TUI. It is implementing the rich and BS4 python libraries, and using files from the Sefaria github.
###as of last commit (12/11/2024 10:45pmMDT), there is a Mei Hashiloach script in the main directory. I am working through it to make the project more flexible at parsing the .json files.
Genesis/Exodus/Leviticus/Numbers/Deuteronomy directories: house english and hebrew .json files for the 5 Books of Moses.
MeiHashiloach.py: displays the Mei Hashiloach for Parashat Vayishlach. Could be updated to read from MeiHashiloach dynamically based on Sefaria's calendar API.
parshah.sh: pipes output of Parshah.py to Torah.py, to display this week's parshah in full. Works dynamically; will pull up the correct parshah every week.
#the apiTesting directory is for experimenting. currently it has one #interesting thing-- getRelated.sh, which can print the related texts #from sefaria for a given verse, and does so inside of an fzf UI, #where one could be selected.