1
1
Fork
You've already forked feed2linkding
2
post item links of a feed to linkding
  • Go 100%
2026年06月15日 21:46:06 +02:00
.gitignore update git ignore 2025年02月12日 18:20:12 +01:00
.goreleaser.yaml update goreleaser 2024年12月22日 21:10:57 +01:00
flags.go initial implementation 2023年10月03日 22:26:05 +02:00
go.mod update dependencies 2026年06月15日 21:46:06 +02:00
go.sum update dependencies 2026年06月15日 21:46:06 +02:00
LICENSE update readme and mention feed2linkding 2023年10月03日 22:36:55 +02:00
main.go initial implementation 2023年10月03日 22:26:05 +02:00
README.md update readme 2023年10月03日 22:45:38 +02:00
types.go initial implementation 2023年10月03日 22:26:05 +02:00

feed2linkding

Parses a feed and posts its URLs to linkding, picking up the feed item's title and tags.

It uses gofeed under the hood to parse the feed.

To install type go install codeberg.org/strubbl/feed2linkding@latest into your terminal or download the latest release.