Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/itaditya/bot-42-brain
- Owner: itaditya
- Created: 2018-01-24T04:46:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-24T05:48:30.000Z (almost 7 years ago)
- Last Synced: 2024-11-01T06:42:31.516Z (about 2 months ago)
- Topics: automation, bot, git, gitbot, github-api, nodejs
- Language: JavaScript
- Homepage: https://github.com/bot-42
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"`.