shna is a python based console application to read HackerNews stories.
Currently in v0.1, shna is rather simple to setup. Following are the dependencies.
- python >= 3.6
- pip >= 18
Run the following command to install the required python packages.
$ python -m pip install -r pyenv/shna_requirements.txt
Once you have cloned the repo, run the following commands to start the application.
$ cd shna/
$ python app.py
Keep this readme updated