Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brunurd/hltb-extractor
A application to extract a list of games duration data from https://howlongtobeat.com/
https://github.com/brunurd/hltb-extractor
Last synced: 13 days ago
JSON representation
A application to extract a list of games duration data from https://howlongtobeat.com/
- Host: GitHub
- URL: https://github.com/brunurd/hltb-extractor
- Owner: brunurd
- License: mit
- Created: 2024-04-22T19:09:31.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T19:10:59.000Z (8 months ago)
- Last Synced: 2024-10-28T06:31:05.473Z (2 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HLTB Extractor
## How to Use
---
### 1. Requirements
- **Install Python 3.10 or higher**
- **[Install Poetry (required)](https://python-poetry.org/docs/)**---
### 2. Install project and dependencies
```sh
git clone [email protected]:brunurd/hltb-extractor.git ./hltb-extractor
cd hltb-extractor
poetry install
```
---
### 3. Run the "start" script with game titles
Example:
```sh
poetry run start "Inside" "home" "Doom" "mario 64"
```
Output of this example:
```sh
Title Main Story Main + Extra Completionist
-------------- ------------ -------------- ---------------
Inside 3½ 4 4½
Home (2012) 1 1½ 3
Doom (2016) 11½ 16½ 27
Super Mario 64 12 17 20
```
Also it create a `.csv` file in the project folder `./out/`.