This is a repo to provide tools to help convert D&D Beyond content to Alchemy's Json format. At the moment it only provides support for downloading a specific monster (one url at a time) and is under development (missing several features).
It requires a D&D Beyond account, and a valid Cobalt token.
To get a valid Cobalt token follow these steps:
- Login to D&D Beyond
- Open the developer console (F12)
- Go to the Application tab
- In the left sidebar, go to Storage > Cookies
- Find the cookie named
CobaltSessionand copy the value
Or for an easier way to get the token you can use this tool provided by Mr. Primate.
To run ensure you have the latest LTS version of node installed and run the following:
yarn install
yarn startSpecial thanks to Mr. Primate especially his work on the D&D Beyond Proxy. This project builds on his work and is heavily inspired by it.