swichers / dndbeyond-screen

A DM screen that pulls information from D&D Beyond

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

D&D Beyond DM Screen

This project provides a DM screen for D&D Beyond https://dndbeyond.com. This screen brings all of a character's public campaign members into a single page with DM-relevant stats. The idea here is to reduce the number of tabs a DM may need to open.

DM Screen

!! Important: D&D Beyond does not currently provide an official API. The functionality for this screen is based upon using endpoints that may change or go away at any point. Additionally, D&D Beyond implements rate limiting for accessing these endpoints. Accessing too many characters too frequently may cause a temporary block which requires you to complete a captcha on the main D&D Beyond website.

Requirements

Installation

git clone git@github.com:swichers/dndbeyond-screen.git
cd dndbeyond-screen
composer install
symfony serve

If you are not using the Symfony CLI then you must set up whichever webserver you plan on using. Running composer install should also build the required frontend assets for the project. After the project has finished building, and the site is accessible, open it in your browser.

Usage

Open http://127.0.0.1:8000 in your browser. Enter the Character ID for a public D&D Beyond character. You will be presented with a list of all characters in the campaign. The Character ID is the number available when viewing a character on D&D Beyond.

About

A DM screen that pulls information from D&D Beyond

License:GNU Lesser General Public License v3.0


Languages

Language:PHP 57.0%Language:Twig 21.6%Language:JavaScript 18.9%Language:Shell 2.1%Language:CSS 0.4%