Feature request: Add LSB translation.
Magicrafter13 opened this issue · 3 comments
While I'm not aware of an API you can use, I created a Python project for getting the Legacy Standard Bible text by parsing the HTML of https://read.lsbible.com (as their site is actually extremely well structured).
Documentation is available in the form of the README (https://gitlab.com/Magicrafter13/pylsb), as well as docstring comments.
You can get the library via pip (PyPI).
When I get the chance, I'll take a look at your code base, and if I'm able, make the necessary changes myself, and submit a pull request.
Thank you for the report and the information. It turns out the LSB is available through BibleGateway, so I added the LSB today through the service scraper I already have.
To be clear, the LSB is available on Erasmus as of yesterday.
Sweet! Thanks for your quick change :)