port19x / redqu

A media centric reddit client - without api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redqu

A media centric reddit client

Showcase

Usage

redqu cats
redqu cats top hour
redqu cats new

Provide a subreddit name, a sort method and timeframe as an input.
Accepted sort methods: hot new top rising controversial
Default sort method: top
Accepted time frames: hour day week month year all
Default time frame: week

Installation

Arch Linux

yay -S redqu

From Source

(Also check you have python-requests and mpv installed)

sudo curl -sL github.com/port19x/redqu/raw/master/redqu.py -o /usr/local/bin/redqu.py &&
sudo chmod +x /usr/local/bin/redqu.py &&
sudo ln -sf /usr/local/bin/redqu.py /usr/local/bin/redqu

About

A media centric reddit client - without api

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 82.3%Language:Shell 14.0%Language:Dockerfile 3.7%