Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Scraping data from character sheets

Weird question. Is there any way to use something like a Web Scraper or something similar to pull data from a live roll 20 character sheet, and export it to update in real time to an outside source? Like, could i take the Ability score attributes or something similar, and when they are updated on the sheet, it automatically updates an outside copy of that same thing?  
1490627537
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
That would be nice for linking into a campaign wiki.
1490631860
Lithl
Pro
Sheet Author
API Scripter
The contents of the sheet is present in the DOM, so yes that's possible in theory.
Brian said: The contents of the sheet is present in the DOM, so yes that's possible in theory. Any ideas for the best way to go about it?