The energyair-bot should only be used for educational purposes. Otherwise it is unfair for the other persons that play the game for real. You can try the bot but at your own risk!
- code 1: Error occured
- code 2: Not enough answers right
- code 3: Something went wrong
- code 4: Wrong logo chosen
- code 5: Won!
- Git
- Docker for Windows
- Powershell (already installed on Windows)
- Start the application "Docker for Windows" and wait until Docker is up and running
- Open the powershell and enter the following commands:
git clone https://github.com/mirioeggmann/energyair-bot.git
cd energyair-bot
docker build energyair-bot --no-cache -t energyair-bot- Enter the following commands in the powershell: (don't forget to replace 0793332211 with your own phone number!)
docker run -e PHONE_NUMBER=0793332211 -it energyair-bot bash- Now you are in the docker container... to start the bot, just type the following command and press enter:
start- To stop the bot press CTRL+C
- To exit the docker container type the following command and press enter:
exitNot recommended
- Git
- Docker for Mac
- Terminal (Fix installed)
- Start the application "Docker for Mac" and wait until Docker is up and running
- Open the terminal and enter the following commands:
git clone https://github.com/mirioeggmann/energyair-bot.git
cd energyair-bot
docker build energyair-bot --no-cache -t energyair-bot- Enter the following commands in the terminal: (don't forget to replace 0793332211 with your own phone number!)
docker run -e PHONE_NUMBER=0793332211 -it energyair-bot bash- Now you are in the docker container... to start the bot, just type the following command and press enter:
start- To stop the bot press CTRL+C
- To exit the docker container type the following command and press enter:
exitNot recommended
;)
GitHub Issues - Got issues? Please tell me, but first check if someone already created one for your problem.
Licensed under the MIT license