neopostmodern / wohnungsbot

Der Wohnungsbot — die Anwendung zum 2. Akt ("Das Versprechen des Bots") des Automatisierungsdramas in drei Akten "Von einem der auszog eine Wohnung in Berlin zu finden" von Clemens Schöll
https://wohnungsbot.de
GNU Affero General Public License v3.0
157 stars 27 forks source link

Debian compatibility #41

Closed rusagent closed 4 years ago

rusagent commented 4 years ago

How could i run this bot on a Debian 10 system without UI?

neopostmodern commented 4 years ago

The setup/config part absolutely depends on a GUI, so you'd have to run that on some machine that supports that. Then you could try to copy the config file to your headless system and run the app with xvfb.

But even then you'd need to find a headless way to solve the captchas - I guess creating a PR for Buster might be the best guess here, I haven't had the time to look into it.

On October 13, 2020 3:16:32 AM GMT+02:00, Horst Ruedigger notifications@github.com wrote:

How could i run this bot on a Debian 10 system without UI?

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/neopostmodern/wohnungsbot/issues/41

-- clemens schöll artist? +49 1575 5176680 clemens@neopostmodern.com http://neopostmodern.com/

rusagent commented 4 years ago

Alright - how about running this little bugger on a raspberry pi 3 with raspbian (with gui) but 2 times in a appimage sandbox? Or how would it be possible to run it twice for 2 different searches on one machine?

neopostmodern commented 4 years ago

I don't think that's currently possible, but I haven't done any research in that direction. Why is it necessary to have multiple searches in the first place? Maybe that's something that could be tackled rather?

rusagent commented 4 years ago

Because a friend is looking too and i wanted to help him with it. I need 2 bots - one for me and one for my friend. I have only one server though

neopostmodern commented 4 years ago

I see. Well, I think there is not much preventing you from launching multiple instances of any Electron app (which is what the Wohnungsbot boils down to) - except the configuration files, which would conflict. It shouldn't be hard to add an option to use a different folder for storing that data though.

Again, I'd be happy to accept a PR that enables that if you want to look into it.

On Tue, 2020-10-13 at 10:12 -0700, Horst Ruedigger wrote:

Because a friend is looking too and i wanted to help him with it. I need 2 bots - one for me and one for my friend. I have only one server though

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.