GeorgeHahn / wallabag_reducer

A tool for automatically organizing Wallabag entries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipeline status

Wallabag Reducer

A tool for automatically organizing Wallabag entries.

Features

  • Tag entries from certain websites (currently only Goodreads)
  • Automatically send video links to youtube-dl-server
  • Add stories from Hacker News entries

Docker

Example docker-compose:

wallabag_reducer:
  image: registry.gitlab.com/georgehahn/wallabag_reducer:latest
  volumes:
    - ./wallabag_reducer:/config
  environment:
    - WALLABAG_URL=http://<wallabag_url>
    - WALLABAG_CLIENT_ID=
    - WALLABAG_CLIENT_SECRET=
    - WALLABAG_USERNAME=
    - WALLABAG_PASSWORD=
    - WALLABAG_POLL_DURATION_SECONDS=60

Changelog

See CHANGELOG.md

About

A tool for automatically organizing Wallabag entries

License:MIT License


Languages

Language:C# 97.7%Language:Dockerfile 2.3%