Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 594 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 594 Bytes

logger

Create log files (semi)-automatically.

This is the tool I use to create a first version of the coDual log. It's probably mostly useful just to me.

Configuration format

timestamp_path: <path to timestamp file>
codual_path: <path to codual/codual.github.io repo folder>
frequency: weekly|monthly|bimonthly
wallabag:
    client_id: <Wallabag client ID>
    client_secret: <Wallabag client secret>
    username: <Wallabag username>
    password: <Wallabag password>
    base_url: <Wallabag instance URL, e.g. 'https://app.wallabag.it'>