Metadata-Version: 2.1
Name: py3status-reddit
Version: 1.0.0
Summary: py3status module showing reddit unread messages
Author: Alessandro -oggei- Ogier
Author-email: alessandro.ogier@gmail.com
Requires-Python: >=3.6.2,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: praw (>=7.2.0,<8.0.0)
Requires-Dist: xdg (>=5.0.2,<6.0.0)
Description-Content-Type: text/markdown

# py3status-reddit

A py3status module showing reddit unread messages.

## install

```
pip install py3status-reddit
```

## configuration

* `format`: output format (default `reddit: {count}`)
* `cache_timeout`: how often to refresh the information

A fancier format could be achieved using Font Awesome:

```
format = '\?if=!count=0 <span color="#FF5700" font_family="FontAwesome">\uf281 <span font_weight="heavy">{count}</span></span>|'
```

![](fancy_count.png)

## first time launch

The first time you launch this module, you will have to
authorize it via an OAuth flow you can start by clicking on it.

