Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HowLongToBeat Python API

Build Status
You can easily search play-time of specific game you want to know by using this package.

Usage

How To Install

pip install HowLongToBeat-Python-API

How To Use

Import

from hltbapi import HtmlScraper

Example

res = HtmlScraper().search(name='last of us') #res contains following data of games containing 'last of us'
for entry in res:
    print('===================================')
    print(entry.detailId)
    print(entry.gameName)
    print(entry.description)
    print(entry.playableOn)
    print(entry.imageUrl)
    print(entry.timeLabels)
    print(entry.gameplayMain)
    print(entry.gameplayMainExtra)
    print(entry.gameplayCompletionist)
    print('===================================')

Authors

  • JaeguKim

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

You can easily search play-time of specific game you want to know by using this package.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages