kodewulf / RebelBot

A beam.pro bot using Node.js

Home Page:https://rebelbot.ripbandit.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is abandoned as I don't have a use for it anymore. Feel free to fork it!

Join the chat at https://gitter.im/ripbandit/RebelBot

Requirements

  • A computer that can run Node.js
  • A beam account
  • If contributing you should have your NODE_ENV set to development

Installation

for development:

  1. run npm install
  2. write your code in ./src/
  3. run npm run build to build the code
  4. go to the ./build folder and run node main.js

Contributing

To contribute just send in a pull request, guidelines for contributing are:

  1. Develop in a topic branch, don't develop in master.
  2. Use comments to describe your code.
  3. Code should already be in working order.
  4. Delete the build folder before submitting a pull request!

License

The code is released under the Apache 2.0 License, unless stated otherwise in the file or directory.

About

A beam.pro bot using Node.js

https://rebelbot.ripbandit.me

License:Apache License 2.0


Languages

Language:JavaScript 100.0%