A simple TUI application for reading Reddit in the terminal.
See requirements.txt for installation instructions.
- json
- requests
- Clone the repository into a directory:
git clone https://github.com/pixdoet/termiddit.git - Make
main.pyexecutable (if not yet):chmod +ux main.py - (Optional) Edit
subreddits.jsonto match your subreddit selections. View the guidelines at json.md - Launch termiddit with
./main.py!
-s <subreddit>view a single subreddit. Multireddit feature broken rn.-l <json file>: use a custom JSON feed.-h: print help
Apache 2.0