A minimal CLI to add articles on a Wallabag instance.
- Clone the repository:
git clone https://github.com/thavelick/wallabag-tiny-cli
$ ./wallabag_tiny_cli.py add http://example.com/article.html
WALLABAG_URL
: The URL of the Wallabag instance. Defaults to 'https://app.wallabag.it'.WALLABAG_USERNAME
: Your Wallabag usernameWALLABAG_PASSWORD
: Your Wallabag passwordWALLABAG_CLIENT_ID
: Your Wallabag client idWALLABAG_CLIENT_SECRET
: Your Wallabag client secret
- Python 3.10+
- Keep the amount of code to a minimum
- Use a similar interface to other wallabag cli tools
- Zero dependencies other than python