Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itaditya/bot-42-brain

This is the brain of bot-42 (my automation bot) coded in Node. Check it out planning for Open Source World Domination
https://github.com/itaditya/bot-42-brain

automation bot git gitbot github-api nodejs

Last synced: 5 days ago
JSON representation

This is the brain of bot-42 (my automation bot) coded in Node. Check it out planning for Open Source World Domination

Awesome Lists containing this project

README

        

# BOT-42 Brain

> This is the brain of bot-42 (my automation bot) coded in Node

## How To Run ???

* Clone the repo and `cd` into it.
* In `tutorial.js` fill in the constants.
* Run `node tutorial.js "commit_msg" "file_content"`

Example -- `node index.js "trial commit" "automation is wonderful"`.