https://github.com/jacobalvarad0/answering-islam-blog-python-scraper
Python scraper for downloading and converting Answering Islam's (Sam Shamoun) blog posts into Markdown
https://github.com/jacobalvarad0/answering-islam-blog-python-scraper
answering-islam jesus-christ python sam-shamoun wordpress
Last synced: about 1 month ago
JSON representation
Python scraper for downloading and converting Answering Islam's (Sam Shamoun) blog posts into Markdown
- Host: GitHub
- URL: https://github.com/jacobalvarad0/answering-islam-blog-python-scraper
- Owner: jacobalvarad0
- License: mit
- Created: 2025-07-03T03:50:18.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-05T23:42:12.000Z (11 months ago)
- Last Synced: 2025-08-06T01:13:10.279Z (11 months ago)
- Topics: answering-islam, jesus-christ, python, sam-shamoun, wordpress
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Answering Islam Blog Python Scraper
This is just a simple script, for scraping Sam Shamoun's [Answering Islam](https://answeringislamblog.wordpress.com/) Blog.
This turns the blog posts in .md files so you can use in Obsidian.
Maybe in the future I will edit the script to link the links at the bottom, so it will be more seemless with Obsidian.
Christ is King! ☦️☦️
## Requirements
- [python](https://www.python.org/downloads/)
- [tqdm](https://pypi.org/project/tqdm/)
- [requests](https://pypi.org/project/requests/)
- [markdownify](https://pypi.org/project/markdownify/)
Install dependencies with:
```
pip install requests markdownify tqdm
```
## Run Command
```
python download_wp_blog.py
```
## To-do List
- [ ] Fine tune for better formatting in Obsidian
## Licensing
This software is licensed under the MIT License. See `LICENSE`.