Live data from Hacker News

Show HN: Python package to collect normalized news from almost any website

github.com

201–203 of 203 posts

Re: Show HN: Python package to collect normalized news from almost any website

#201
post #130

Hi looks interesting and useful! What's the differences between newscatcher (python) vs. newscatcherapi.com? Is there any limit on using newscatcher (python) as shown in the pricing pages? Also, I was looking at https://newsapi.org . How does your python API compare? I see that in newsapi, it also get old articles; do you implement similar features?

There's seems to have a lot of news crawler APIs lately, a quite google and found these: [1] https://currentsapi.services/en/product/price [2] https://aylien.com/news-api/ [3] https://www.cityfalcon.com/products/api/financial-news

[deleted]

Re: Show HN: Python package to collect normalized news from almost any website

#202
post #130

Hi looks interesting and useful! What's the differences between newscatcher (python) vs. newscatcherapi.com? Is there any limit on using newscatcher (python) as shown in the pricing pages? Also, I was looking at https://newsapi.org . How does your python API compare? I see that in newsapi, it also get old articles; do you implement similar features?

There's seems to have a lot of news crawler APIs lately, a quite google and found these: [1] https://currentsapi.services/en/product/price [2] https://aylien.com/news-api/ [3] https://www.cityfalcon.com/products/api/financial-news

Another guy: https://newsscraper.com

Re: Show HN: Python package to collect normalized news from almost any website

#203
post #75

Why did you choose to ship the list of RSS feeds as an SQL database? This makes it hard to keep it up to date and submit pull requests with additional sources. Would it not be better to keep that info in a json file or a dict / list in a python module?

yeah, git isn't really meant to handle binary files
Post reply on HN