An open API service indexing awesome lists of open source software.

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

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`.