Hacker News Over SSH allows users to interact with Hacker News through a terminal over SSH. This SSH-based client enables browsing Hacker News stories, viewing detailed descriptions, and reading comments in a terminal interface.
Demo
Open your terminal and type the following command:
Screencast: https://youtu.be/Qjfih0GYTJk
Features
- Browse top stories from Hacker News.
- View detailed story information including title, author, score, and URL.
- Read comments and discussions related to stories.
Installation
Clone this repository:
git clone https://github.com/yourusername/hacker-news-over-ssh.git
cd hacker-news-over-sshInstall required dependencies:
# (Optional) Create virtual env
python -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
Usage:
Run the server:
python3 -m hacker_news_ssh.server
Connect to the server using an SSH client:
Development
It is currently working but not feature complete. Only top level comments are being shown and pagination for comments are not implemented yet. UI layout can be improved as well. Feel free to raise PRs to fix any minor issues but please raise an issue and discuss first if you are planning to implement any major features. Thank you!
Hire me
I was looking for new opportunities and open to roles and consulting opportunities. Connect with me on LinkedIn and Mastodon (@dsoft@techhub.social).