https://github.com/shadowjonathan/rebot
Bot Boot handler, handles multiple bots, updating/upgrading through git, and more
https://github.com/shadowjonathan/rebot
Last synced: about 1 year ago
JSON representation
Bot Boot handler, handles multiple bots, updating/upgrading through git, and more
- Host: GitHub
- URL: https://github.com/shadowjonathan/rebot
- Owner: ShadowJonathan
- Created: 2017-02-01T19:47:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T09:08:22.000Z (almost 7 years ago)
- Last Synced: 2024-05-01T16:10:00.769Z (about 2 years ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
For each bot that ReBot has to manage, made **at least** a (BotName).bat file in /bots/ that makes the bot run, and return on crash or completion
### Autostart:
add the names of the bots to automatically execute on startup in this file, with "+" in between:
`Bot + Bot2`
if the bot supports or returns with upgrade requests, restart requests, or more, also make a (BotName).bot file in /bots/, where every bool that is returned (in order) will launch a defined sub-bat that's placed in the bots folder with (BotName)-(subcmd).bat, like this:
```
Bot:../Bot,1:restart,2:upgrade
```