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

https://github.com/prybalko/scraper

Web scraper
https://github.com/prybalko/scraper

Last synced: 3 months ago
JSON representation

Web scraper

Awesome Lists containing this project

README

        

# Scraper
This is an application that parses [Hacker News](https://news.ycombinator.com/) website and stores top 30 posts.
Data can be retrieved using GET `/posts` endpoint.

## Deployment

docker-compose up -d app

## Tests

pip install pipenv
pipenv install --dev
pipenv run pytest