Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 594 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 594 Bytes

infRPG.js

A library to interact with https://rpg.dart.gay/

Getting Started

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!

Documentation

View the documentation!