Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

billyvg/groupmebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

groupmebot

GroupMe bot

Getting Started

Install the module with: npm install groupmebot

Documentation

(Coming soon)

Examples

var Bot = require('groupmebot').Bot;
var bot = new Bot({
  groups: ['groupId1', 'groupId2'],
  botName: 'botName',
  userId: 'your userId',
  accessToken: 'accessToken'
});
bot.connect();

bot.on('connect', function() {
  this.message('Hello, world');
});

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

(Nothing yet)

License

Copyright (c) 2013 Billy Vong
Licensed under the MIT license.

About

A GroupMe bot using their undocumented websocket API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published