https://github.com/plaidweb/reblob
Python program and library for extracting a quoted blog reply
https://github.com/plaidweb/reblob
Last synced: 10 months ago
JSON representation
Python program and library for extracting a quoted blog reply
- Host: GitHub
- URL: https://github.com/plaidweb/reblob
- Owner: PlaidWeb
- License: mit
- Created: 2019-04-28T08:58:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-24T18:23:11.000Z (12 months ago)
- Last Synced: 2025-07-31T03:51:11.257Z (11 months ago)
- Language: Python
- Size: 116 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reblob
Tool for doing a reblog/reply/whatever of an existing webpage.
Given a URL, it will produce a response blog entry with the original content wrapped in a block quote, before using [Pandoc](https://pandoc.org) to convert it to the representation of choice.
Usage:
```bash
pip install reblob
reblob http://example.com/ -f rst
```
It requires Pandoc to be installed; see the [pypandoc](https://github.com/bebraw/pypandoc) manual for some suggestions on how to do this.
## Why the name?
Because this is used to reblog/repost/reply/respect a blog entry. `re*`.