This is now turned into a webapp. and you can sign up to receive new stories in your email.
- git clone
repo
- cd into folder and run
pipenv install
to install dependencies - Make sure you add your email settings in
index.py
file. - lastly
FLASK_APP=index.py flask run
- This can be further improved.
- Adding the sms functionality so the user can receive top hackernews articles on his phone.
- Hosted Here
- Make the api load time faster
heroku
branch is deployed.
- Contributions are welcomed in order to improve this minimal web.
Thanks to Thomas for a simple UI.
Note: This script is under MIT License