1.6.4 • Published 3 years ago

rf-context-builder v1.6.4

Weekly downloads
12
License
ISC
Repository
github
Last release
3 years ago

context-builder

a tool to help interface with multiple chat platforms/applications.

Supported Platforms

  • Discord
  • Twitch
  • Twilio
  • Telegram
  • Github
  • Transmission
  • CarbonCopyCloner

var ContextBuilder = require('rf-context-builder');

var discord = new ContextBuilder.DiscordContext()
var twitch = new ContextBuilder.TwitchContext()
var twilio = new ContextBuilder.TwilioContext()

console.log(twitch)
console.log(discord)
console.log(twilio)


discord.on("message", (data) => {
	let context = new ContextBuilder.DiscordContext(data, botId)

})

twitch.on("message", (channel, userstate, message, self) => {
	let context = new ContextBuilder.TwitchContext(channel, userstate, message, botUsername)
})

More platforms coming soon

  • Trello
  • Frame.io
1.6.4

3 years ago

1.6.3

3 years ago

1.6.2

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

4 years ago

1.2.15

4 years ago