b53713f4e488cc998dc2fa0d6445b376dbd73e16
docker-wohnungsbot
This repository packages Wohnungsbot with NoVNC to make it run in docker and still be able to interact with it for CAPTCHA solving.
How to use
Default use case
Using the prebuilt image:
docker run -td -p 6080:6080 wyrrrd/docker-wohnungsbot:latest
The interface is then available under http://privateip:6080
If the bot gets stuck, press ESC to restart it.
Advanced use case
You can also build it yourself. The data is generally automatically persisted in an unnamed docker volume, but that volume can also be named.
docker build -t docker-wohnungsbot https://github.com/Wyrrrd/docker-wohnungsbot.git
docker run -td -p 6080:6080 -v wohnungsbot_data:/data docker-wohnungsbot
You can even build a specific tag of Wohnungsbot by using the following syntax.
docker build -t docker-wohnungsbot --build-arg WB_VERSION=1.4.0 https://github.com/Wyrrrd/docker-wohnungsbot.git
If you are limiting the available memory for your containers, 500m should be enough. It is a GUI application after all.
Credits
Description
Languages
Dockerfile
76.9%
sed
12.9%
Shell
10.2%