jakehilborn / debbit

Automate spending requirements for high interest checking accounts / credit cards
https://jakehilborn.github.io/debbit/
MIT License
264 stars 31 forks source link

[FR] Docker container? #50

Open Hukuma1 opened 3 years ago

Hukuma1 commented 3 years ago

Great work on this tool. Thank you!

Any chance of a docker container (DockerHub) to spin this up on a server with ease for all the /r/selfhosted folks out there?

jamesgol commented 3 years ago

I am running debbit inside a docker container, I considered contributing my docker-compose.yml and Dockerfile but I wanted to figure out a method for handling captcha and any other interactive stuff before doing so. Whenever I run into something that needs manual intervention I shutdown the container and run it locally.

darkknight7777777 commented 2 years ago

@jamesgol is this stable enough to provide a container I could deploy?

jamesgol commented 2 years ago

@darkknight7777777 It works for me, but I still haven't looked into dealing with the captcha and interactive stuff.

Here's a link to my Dockerfile and the docker-compose.yml

I had it restarting always but the last time amazon changed something and debbit couldn't determine if it actually made a purchase it would exit and the auto restart ended up running the transaction 30 times before I noticed and shut it down.

darkknight7777777 commented 1 year ago

@jamesgol Are you still running this in docker? I started using an account w debit requirements again and have started to revisit using this is docker. I am getting firefox web driver errors, so I'm betting you have an updated dockerfile if you're still using it. I'd be grateful if you could provide that for future use.

jamesgol commented 1 year ago

@darkknight7777777 unfortunately I'm not running it in docker anymore, I started getting too many captchas so I switched to the normal method and never took the time to switch back.