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

https://github.com/glyphack/awesome-blogs

My favorite blogs. Each blog posts are extracted to easily import into readers.
https://github.com/glyphack/awesome-blogs

Last synced: about 1 year ago
JSON representation

My favorite blogs. Each blog posts are extracted to easily import into readers.

Awesome Lists containing this project

README

          

# Awesome Blogs

This project is a blog post scraper I wrote for my favourite blogs. It extracts post links and exports them as JSON files, making it easy to add them to a reader like [Readwise](https://readwise.io/).

## Supported Blogs

The scraper currently supports the following blogs, as indicated by the file names in the `src` folder:

- Command Center (Rob Pike) Blog
- Joel on Software
- Matklad

## Usage

```
uv run ./src/robpike.py
```

Or to update all blogs

```
make update
```

## Blog List

| Blog | JSON File |
|------|-----------|
| Joelonsoftware | [joelonsoftware.json](https://github.com/Glyphack/awesome-blogs/blob/master/joelonsoftware.json) |
| Matklad | [matklad.json](https://github.com/Glyphack/awesome-blogs/blob/master/matklad.json) |
| Nullprogram | [nullprogram.json](https://github.com/Glyphack/awesome-blogs/blob/master/nullprogram.json) |
| Robpike | [robpike.json](https://github.com/Glyphack/awesome-blogs/blob/master/robpike.json) |