Skip to content

Exposes parts of the NadekoBot database for modification through JSONWebTokens.

License

Notifications You must be signed in to change notification settings

rjt-rockx/NadekoConnector

 
 

Repository files navigation

NadekoConnector

Exposes parts of the NadekoBot database for modification through JSONWebTokens.

Setup

  • Run npm i to install all required dependencies.
  • Set the bot configurations (databasePath, credentialsPath, port and password) in config.json
  • Run node main.js.

Endpoints

  • getBotInfo
  • getTables
  • getFields
  • execSql
  • getCurrency
  • setCurrency
  • addCurrency
  • subtractCurrency
  • createTransaction
  • getTransactions
  • getGuildRank
  • getGuildXp
  • setGuildXp
  • addGuildXp
  • subtractGuildXp
  • awardGuildXp
  • getGuildXpLeaderboard
  • getGuildXpRoleRewards
  • getGuildXpCurrencyRewards
  • getGlobalRank
  • getGlobalXp
  • getGlobalXpLeaderboard
  • getClubLeaderboard
  • getClubInfo
  • getClubInfoByUser
  • getClubMembers

About

Exposes parts of the NadekoBot database for modification through JSONWebTokens.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%