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

Can someone link me to the token rotation api?

I remember seeing an api that rotated tokens randomly. I can't find it though can someone link it to me?
1535344417
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Is this the one you are looking for? There is a whole wiki page dedicated to indexing many of the scripts available on Roll20. Although by no means conclusive, it does have a lot of the more popular ones.
Oh thanks. And bookmarked the wiki page there, thanks. You should add a link to that page in the API's Script library tab
1535377017
The Aaron
Pro
API Scripter
That page is really kind of a failed experiment.&nbsp; As a community, we went and added a bunch of scripts in the wiki, but it wasn't very maintainable and was constantly out of date.&nbsp; &nbsp;Case in point, I jumped into a user's game to help them fix an issue with a script and found they had a version that was almost 2 years old. =D Unfortunately, there isn't really a good alternative other than reading the API forum and asking.&nbsp; The official Repo is a good place to start:&nbsp; <a href="https://github.com/Roll20/roll20-api-scripts" rel="nofollow">https://github.com/Roll20/roll20-api-scripts</a> &nbsp;and you can go to my repo as well:&nbsp; <a href="https://github.com/shdwjk/Roll20API" rel="nofollow">https://github.com/shdwjk/Roll20API</a> If you do find a script in there that you like the look of, be sure to check the forum and the above repos to see if there's a newer version.
1535384462
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
That's unfortunate. I had assumed that the link in the wiki page would point to the github repo, which would be up-to-date regardless.
1535384796
The Aaron
Pro
API Scripter
It really depends on the script.&nbsp; Probably most of them point to GitHub, to be honest.&nbsp; There are some few that still point to gists from back when we didn't use GitHub, or for people who don't use GitHub and just want a place to stick the code.&nbsp; Some refer to Forum posts, and some just have the code on the page.&nbsp; It's a real smorgasbord.