-
Populate the BOOK, CHAPTER, VERSE, REFERENCE fields in the excel sheet and let the code auto-fill the VERSE_TEXT field using "'https://api.esv.org/v3/passage/text/'"
-
Libraries used are :
- For reading and writing XLS workbooks - pandas
- Other libraries :
- requests
- configparser
2. Auto-Fill Bible Verses by Web Scrapping https://www.biblegateway.com : populate_bible_verses.py
-
Populate the BOOK, CHAPTER, VERSE, REFERENCE fields in the excel sheet and let the code auto-fill the VERSE_TEXT field for any Bible versions using Web Scrapping.
-
Libraries used are :
- For reading and writing XLS workbooks :
- xlrd
- xlwt
- For Web Scrapping :
- BeautifulSoup Version 4
- requests
- For reading and writing XLS workbooks :