Metadata-Version: 2.1
Name: wallabag-client
Version: 1.1.2
Summary: A command-line client for the self-hosted `read-it-later` app Wallabag
Home-page: https://github.com/artur-shaik/wallabag-client
Author: Artur Shaik
Author-email: artur@shaik.link
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4 (>=4.9.1)
Requires-Dist: pycryptodome (>=3.9.8)
Requires-Dist: requests (>=2.11.1)
Requires-Dist: click (>=7.0)
Requires-Dist: pyxdg
Requires-Dist: colorama (>=0.4.3)

![badge](https://action-badges.now.sh/artur-shaik/wallabag-client) [![codecov](https://codecov.io/gh/artur-shaik/wallabag-client/branch/master/graph/badge.svg?token=INPHCV9VDO)](https://codecov.io/gh/artur-shaik/wallabag-client) [![PyPI version shields.io](https://img.shields.io/pypi/v/wallabag-client.svg)](https://pypi.python.org/pypi/wallabag-client/)

# wallabag-client

Wallabag-client is a command line client for the self hosted read-it-later app [wallabag](https://www.wallabag.org/). Unlike to other services, wallabag is free and open source.

Wallabag-client is refactored version of existed wallabag-cli tool.

--------------------------------------------------------------------------------

## Features

- List entries (filterable);
- Show the content of an entry;
- Add new entries;
- Delete entries;
- Mark existing entries as read;
- Mark existing entries as starred;
- Change the title of existing entries;
- Tags support.

## Installation

`sudo pip3 install wallabag-client`


