An open API service indexing awesome lists of open source software.

https://github.com/khady/hackernewest

Generate an atom feed for the page 'newest' on hackernews
https://github.com/khady/hackernewest

Last synced: 9 months ago
JSON representation

Generate an atom feed for the page 'newest' on hackernews

Awesome Lists containing this project

README

          

============
HackerNewest
============

HackerNewest is a python script to save all links from http://news.ycombinator.com/newest and generate an atom feed

Installation
============

Download
--------

git clone https://github.com/Khady/HackerNewest.git

Requirements
------------

This script is in python 3.

For me it works with:

- Jinja2==2.6
- beautifulsoup4==4.0.2

Setup
=====

You may change the globals at the begining of the script

- DATABASE
- SITE
- FLUX
- FLUX_DEST_PATH

Running
=======

./hackernewest.py

TODO
====

- Add an option to launch a daemon
- Use configuration for choose if you want to archive the links and generate the atom feed