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/)
- Host: GitHub
- URL: https://github.com/sug0/awoo-cli
- Owner: sug0
- Created: 2017-09-23T00:06:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T12:05:57.000Z (almost 6 years ago)
- Last Synced: 2025-02-28T12:45:08.970Z (over 1 year ago)
- Topics: awoo, chan, cli, client, python, textboard
- Language: Python
- Size: 28.3 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.