HowLongToBeat-PythonAPI icon indicating copy to clipboard operation
HowLongToBeat-PythonAPI copied to clipboard

A simple Python API to read data from howlongtobeat

Results 3 HowLongToBeat-PythonAPI issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/ScrappyCocco/HowLongToBeat-PythonAPI/discussions/24 Originally posted by **yipidee** August 2, 2024 I've been using howlongtobeatpy in a script with no problems for some time now, but suddenly it has started...

bug
help wanted

**Describe the bug** ``` fake_useragent.errors.FakeUserAgentError: ('Data list is empty', None) ``` **To Reproduce** ```from howlongtobeatpy import HowLongToBeat results = await HowLongToBeat().async_search("Pokemon Red") await ctx.send(results) ``` **HLTB API Version** *You can...

bug
question

*Describe what change or improvement would you like* Because we're reading this data unofficially, it might be kind to cache the extracted lookup key in the class. Right now the...

enhancement