https://github.com/mraza007/hackernews-minimal
Minimalist Hackernews
https://github.com/mraza007/hackernews-minimal
hackernews python
Last synced: 9 months ago
JSON representation
Minimalist Hackernews
- Host: GitHub
- URL: https://github.com/mraza007/hackernews-minimal
- Owner: mraza007
- License: mit
- Created: 2018-11-19T19:29:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:21:09.000Z (about 3 years ago)
- Last Synced: 2025-03-25T20:06:00.449Z (10 months ago)
- Topics: hackernews, python
- Language: CSS
- Homepage:
- Size: 43 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minimal Hacker News.
This is now turned into a webapp.
and you can sign up to receive new stories in your email.
## Usage
- 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 `
#### Future Plans
- This can be further improved.
- Adding the sms functionality so the user can receive top hackernews articles on his phone.
- Hosted [Here](https://hackernews-minimal.herokuapp.com/)
- Make the api load time faster
- `heroku` branch is deployed.
### Contributions
- Contributions are welcomed in order to improve this minimal web.
Thanks to [Thomas](https://twitter.com/thomAufresne) for a simple UI.
**Note: This script is under MIT License**