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

DaInfLoop/infRPG.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published