Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/port19x/redqu
A media centric reddit client - without api
https://github.com/port19x/redqu
babashka cli minimal reddit reddit-cli reddit-client reddit-downloader reddit-scraper
Last synced: 3 months ago
JSON representation
A media centric reddit client - without api
- Host: GitHub
- URL: https://github.com/port19x/redqu
- Owner: port19x
- License: cc0-1.0
- Created: 2022-12-26T14:18:45.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T07:23:07.000Z (4 months ago)
- Last Synced: 2024-10-25T06:01:36.413Z (3 months ago)
- Topics: babashka, cli, minimal, reddit, reddit-cli, reddit-client, reddit-downloader, reddit-scraper
- Language: Python
- Homepage:
- Size: 15.3 MB
- Stars: 36
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Redqu
*A media centric reddit client*
![Showcase](https://user-images.githubusercontent.com/82055622/209588571-310b3e87-a39f-4baf-b2bd-7a9348dccd44.png)
## Usage
```sh
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)
```sh
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
```