{"id":28195648,"url":"https://github.com/davdiv/bible-code-tools","last_synced_at":"2026-07-18T06:31:10.058Z","repository":{"id":7998878,"uuid":"9406069","full_name":"davdiv/bible-code-tools","owner":"davdiv","description":"Set of tools to explore the Bible code.","archived":false,"fork":false,"pushed_at":"2013-04-12T23:59:45.000Z","size":124,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-09T21:35:11.788Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davdiv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-12T23:58:53.000Z","updated_at":"2022-11-07T00:20:19.000Z","dependencies_parsed_at":"2022-09-16T14:22:00.147Z","dependency_job_id":null,"html_url":"https://github.com/davdiv/bible-code-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davdiv%2Fbible-code-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davdiv%2Fbible-code-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davdiv%2Fbible-code-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davdiv%2Fbible-code-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davdiv","download_url":"https://codeload.github.com/davdiv/bible-code-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254544778,"owners_count":22088808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-16T14:14:01.513Z","updated_at":"2025-10-14T11:03:32.277Z","avatar_url":"https://github.com/davdiv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bible Code tools\n\nThis package contains a set of tools to explore the Bible code.\nThese tools are inspired from the work done on the subject by [Gérard Charton](http://gerard.charton.pagesperso-orange.fr/) (and other people before him).\nThe idea is to find coded words in the Bible by taking one letter every n-th letters in the original hebrew text.\n\n## Extracting the Bible\n\nThe tools provided in this package allows to extract the Bible text from one of the compatible source formats and to produce a set of text files containing only the text, one verse per line, after removing punctuation and vowels.\n\nHere is the list of websites providing the Bible in Hebrew in a downloadable compatible format:\n\n* [**Mechon Mamre**](http://www.mechon-mamre.org/) From this website, the following downloadable zip files are compatible::\n\t* [Hebrew without vowels - masoretic spelling](http://www.mechon-mamre.org/dlx.htm)\n\t* [Hebrew without vowels - full spelling](http://www.mechon-mamre.org/dlk.htm)\n* [**The Unbound Bible**](http://unbound.biola.edu/) From this website, go the downloads section, and choose one of the following versions (other versions may be compatible as well):\n\t* Hebrew OT: Westminster Leningrad Codex\n\t* Hebrew OT: Aleppo Codex\n\t* Hebrew OT: BHS (Consonants Only)\n* [**La Bible multilingue (Visionneuse)**](http://visionneuse.free.fr) From this website, go to the [download section](http://visionneuse.free.fr/download.htm), and choose the original Bible text zip file.\n\nThe Hebrew text from those different sources is not exactly identical, so it is recommended to use several of them and to compare.\n\nOnce you downloaded one of the corresponding zip files, use the following command to extract its content:\n\n\textractBible -f [format] -i [zip-source] -o [output-directory]\n\nHere are some examples:\n\n\textractBible -f Mechon-Mamre -i ./k001.zip -o ./k001\n\textractBible -f Mechon-Mamre -i ./x001.zip -o ./x001\n\textractBible -f Unbound-Bible -i ./wlc.zip -o ./wlc\n\textractBible -f Unbound-Bible -i ./aleppo.zip -o ./aleppo\n\textractBible -f Unbound-Bible -i ./hebrew_bhs_consonants.zip -o ./bhs\n\textractBible -f Visionneuse -i ./hebreu-grec.zip -o ./visionneuse\n\nThe output directory must not already exist (but its parent directory must exist).\n\nAfter the extraction, the output directory contains two files per Bible book:\n\n* one with the ``.src.txt`` extension containing the text in the original format (no processing)\n* one with the ``.out.txt`` extension containing the text after processing, one verse per line\n\nSome options available on the ``extractBible`` tool to control the processing. To have the complete list of available options, you can use the following command:\n\n\textractBible --help\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavdiv%2Fbible-code-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavdiv%2Fbible-code-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavdiv%2Fbible-code-tools/lists"}