An open API service indexing awesome lists of open source software.

https://github.com/sug0/awoo-cli

CLI client for awoo (https://github.com/dangeru/awoo/)
https://github.com/sug0/awoo-cli

awoo chan cli client python textboard

Last synced: about 1 year ago
JSON representation

CLI client for awoo (https://github.com/dangeru/awoo/)

Awesome Lists containing this project

README

          

# What this is

An awoo client for the terminal. Feel like a hacker browsing through quality shitposts.

# Requirements

`$ pip install -r requirements.txt`

# Usage

`$ python path/to/project/folder/` or `$ python path/to/project/folder/client.py`.

Make sure to copy `config.json` to `$HOME/.awoo.json` if not running from the project directory.

Also, populate the environment variables `$EDITOR` and `$PAGER`, respectively, with your favorite
text editor and text reader. Personally, I use `vim` and `less`, which work fine for this purpose.