A library to interact with https://rpg.dart.gay/
Install the library:
# npm
$ npm install infrpg.js
# yarn
$ yarn add infrpg.js
Then, get your flask session cookie from https://rpg.dart.gay/, you can go to DevTools, Application, Cookies and grab the "session" cookie
Use this starter code to get started!
const InfRPG = require('infrpg.js')
const client = new InfRPG('<SESSION TOKEN>')
Then, you can use any methods listed in the documentation to your heart's content!