Repository Soon.
A web scraper library for the website, Honey Impact. Since there is no availabe public API as far as I know, I’m currently working on a python web scraper that has full coverage to what the site can offer. To save having to access the website all the time, when the user uses the wrapper. The html pages are stored in a cache and are served to them when needed.
Example Snippet:
import hnypy
client = hnypy.Client()
chara = client.get_chara("amber")
print(chara.name) # Returns Amber