Skip to content

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

License

Notifications You must be signed in to change notification settings

JaeguKim/HowLongToBeat-Python-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published