Skip to content

BliZzi1337/Trovo.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


trovo.js


Discord server NPM version NPM downloads Patreon

Table of contents

About

trovo.js is a powerful Node.js module that allows you to easily interact with the Trovo API.

Example usage

const Trovo = require('trovo.js');
const client = new Trovo.Client();

client.on("chatMessage", (msg) => {
  if (msg.content === 'ping') {
    client.sendMessage('pong');
  }
})

client.login('trovo_user_url', 'email', 'password');

Contributing

Before creating an issue, please ensure that it hasn't already been reported/suggested.

Help

If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to join our official Trovo.js Server.

About

First Trovo Chatbot Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%