Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/y2kforever/hltb-collector

Scrapes a selected public profile on HowLongToBeat.com
https://github.com/y2kforever/hltb-collector

aws aws-lambda chromium cloudformation cloudformation-template hltb howlongtobeat lambda lambda-function node nodejs puppeteer puppeteer-core typescript web-scraper web-scraping

Last synced: about 17 hours ago
JSON representation

Scrapes a selected public profile on HowLongToBeat.com

Awesome Lists containing this project

README

        

# HowLongToBeat Collector

Collect games from your (or any public) HLTB profile.

## Preface
The current version only supports AWS lambda.
Since lambda is a bit wonky with puppeteer / chromium, the versioning has been locked in the layers. Update these versions at your own risk!

## Setup
1. Change the `hltbLink` in `template.yaml` to whatever profile you want to collect.
2. Manually create your own infrastructure stack, make sure the table is called `hltb-games`.
2. Deploy this stack with SAM.