Wayneoween / alfred-dndbeyond-monster-workflow

Alfred Workflow for D&DBeyond Monsters
MIT License
2 stars 0 forks source link

reduce API calls by 50% by only using dnddeutsch.de #8

Closed Wayneoween closed 5 years ago

Wayneoween commented 5 years ago

There is a (until recently undocumented) feature on the dnddeutsch API that has all the data we could want.

A sample query looks like this: https://www.dnddeutsch.de/tools/json.php?q=goblin&o=monster

We don't have to use colly to scrape dndbeyond, we can just make 1 API Call and then on "enter" go to the dndbeyond monster statblock!

Wayneoween commented 5 years ago

Closed by 0.6 release!