Initial commit

This commit is contained in:
2023-05-11 12:02:10 +02:00
commit efdd9aaeee
2 changed files with 123 additions and 0 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# README
This repo contains the script to manage multiple mcr bot on a single VM/Container.
## Structure
├── start.sh
│ ├── bot-name-1
│ │ ├── ms_rewards_farmer.py
│ ├── bot-name-2
│ │ ├── ms_rewards_farmer.py
│ ├── bot-name-3
│ │ ├── ms_rewards_farmer.py
│ ├── ...