Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xueyuanl/daily-hackernews
Daily hacker news top stories. Subscribe the hackernews daily top stories by watching this repo.
https://github.com/xueyuanl/daily-hackernews
hacker-news
Last synced: 3 months ago
JSON representation
Daily hacker news top stories. Subscribe the hackernews daily top stories by watching this repo.
- Host: GitHub
- URL: https://github.com/xueyuanl/daily-hackernews
- Owner: xueyuanl
- License: gpl-3.0
- Created: 2020-09-07T14:36:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T09:58:07.000Z (about 2 years ago)
- Last Synced: 2024-06-28T06:45:18.181Z (5 months ago)
- Topics: hacker-news
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 168
- Watchers: 54
- Forks: 12
- Open Issues: 1,376
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Daily Hacker News
## How to use
Fetch top 25 stories everyday and record them in issues. You can subscribe it by watching this repo.
## How does it work
1. A script fetches top 25 stories on hackernews everyday
2. Use github REST api open an issue
3. create github Action to run it automatically.