Julio Biason
2 years ago
3 changed files with 39 additions and 9 deletions
@ -0,0 +1,16 @@ |
|||||||
|
# RSS Capturer |
||||||
|
|
||||||
|
Simple capturer for RSS. The hard part would be converting the HTML result into |
||||||
|
Markdown (although I've done this before, using |
||||||
|
[Markup5Ever](https://docs.rs/markup5ever/0.11.0/markup5ever/). |
||||||
|
|
||||||
|
Needs to store, locally: |
||||||
|
|
||||||
|
- `url`: to avoid mixing information of two different RSS readers; |
||||||
|
- `id`: ID of the post read. |
||||||
|
|
||||||
|
We need the ID to avoid sending duplicate content back to the Store. |
||||||
|
|
||||||
|
The title for the ID would be the title coming from the RSS, and the content is |
||||||
|
the same content as the feed. As meta, we could store the original URL for the |
||||||
|
article. |
Loading…
Reference in new issue