1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

add wallabago based tools

Strubbl 2023-07-07 00:33:32 +02:00
parent f61872e120
commit 45a416053d

@ -29,6 +29,7 @@ Some softwares which are compatible with wallabag:
- wallabako: a wallabag client for Kobo readers. Downloads unread articles as individual EPUB files. https://gitlab.com/anarcat/wallabako/ - wallabako: a wallabag client for Kobo readers. Downloads unread articles as individual EPUB files. https://gitlab.com/anarcat/wallabako/
- Plugin for koreader: this plugin downloads the latest articles from a Wallabag server as individual EPUB files. https://github.com/koreader/koreader/wiki/Wallabag - Plugin for koreader: this plugin downloads the latest articles from a Wallabag server as individual EPUB files. https://github.com/koreader/koreader/wiki/Wallabag
- wallindle: wallabag native client for e-ink kindle. https://github.com/cekage/wallindle - wallindle: wallabag native client for e-ink kindle. https://github.com/cekage/wallindle
- kindlebag: download all articles from wallabag directly to a jailbroken kindle https://github.com/sum12/kindlebag
- Plato: Plato is a document reader for Kobo's e-readers. https://github.com/baskerville/plato An article fetcher for wallabag is available https://github.com/baskerville/plato/blob/master/doc/ARTICLE_FETCHER.md - Plato: Plato is a document reader for Kobo's e-readers. https://github.com/baskerville/plato An article fetcher for wallabag is available https://github.com/baskerville/plato/blob/master/doc/ARTICLE_FETCHER.md
- Plop! Reader: an application for your Pocketbook Touch Lux ereader. http://plop-reader.pascal-martin.fr/ - Plop! Reader: an application for your Pocketbook Touch Lux ereader. http://plop-reader.pascal-martin.fr/
@ -46,6 +47,8 @@ Some softwares which are compatible with wallabag:
- Wallabot: This Python script is a Discord bot that extracts the title and saves a link to Wallabag from WSJ (Wall Street Journal) articles shared in a specified channel. https://github.com/FahadBinHussain/wallabot - Wallabot: This Python script is a Discord bot that extracts the title and saves a link to Wallabag from WSJ (Wall Street Journal) articles shared in a specified channel. https://github.com/FahadBinHussain/wallabot
- slack-to-wallabag: a bridge between Slack and wallabag. https://github.com/clem/slack-to-wallabag - slack-to-wallabag: a bridge between Slack and wallabag. https://github.com/clem/slack-to-wallabag
- ttrss-to-wallabag-v2: a Tiny Tiny RSS plugin to post to a Wallabg v2 instance. https://github.com/joshp23/ttrss-to-wallabag-v2 - ttrss-to-wallabag-v2: a Tiny Tiny RSS plugin to post to a Wallabg v2 instance. https://github.com/joshp23/ttrss-to-wallabag-v2
- wallabag-logseq: sync annotated wallabag articles to logseq https://codeberg.org/strubbl/wallabag-logseq
- wallabag_import_pocket_tags: commandline utility to copy tags from an export of Pocket articles to your Wallabag articles https://github.com/pbarry/wallabag_import_pocket_tags
## Misc ## Misc
@ -55,6 +58,8 @@ Some softwares which are compatible with wallabag:
- Plugin for wallabag: Download web.archive.org version if we have 404. https://github.com/nicosomb/wallabag-webarchive-bundle - Plugin for wallabag: Download web.archive.org version if we have 404. https://github.com/nicosomb/wallabag-webarchive-bundle
- Plugin for wallabag: add an http proxy to route images through SSL. https://github.com/nicosomb/wallabag-camo-bundle - Plugin for wallabag: add an http proxy to route images through SSL. https://github.com/nicosomb/wallabag-camo-bundle
- Plugin for wallabag: Try to guess creation date by using carbon date. https://github.com/nicosomb/wallabag-carbondate-bundle - Plugin for wallabag: Try to guess creation date by using carbon date. https://github.com/nicosomb/wallabag-carbondate-bundle
- wallabag-add-article: commandline utility to add an article to wallabag https://codeberg.org/strubbl/wallabag-add-article
- wallabag-stats: draws charts for unread and total articles, and reading time of your wallabag https://codeberg.org/strubbl/wallabag-stats
## UI ## UI
@ -65,3 +70,4 @@ Some softwares which are compatible with wallabag:
- wallabag API wrapper: a simple Java library for accessing the wallabag API. https://github.com/di72nn/wallabag-api-wrapper - wallabag API wrapper: a simple Java library for accessing the wallabag API. https://github.com/di72nn/wallabag-api-wrapper
- wallabag-api: NPM package for wallabag api. https://github.com/Rurik19/wallabag-api - wallabag-api: NPM package for wallabag api. https://github.com/Rurik19/wallabag-api
- wallabag_api: Python API for wallabag https://github.com/foxmask/wallabag_api - wallabag_api: Python API for wallabag https://github.com/foxmask/wallabag_api
- wallabago: Golang API wrapper for wallabag https://github.com/Strubbl/wallabago