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

Is this plugin abandoned now? #85

Open Superpigdots opened 2 years ago

Superpigdots commented 2 years ago

@jakehilborn you have not replied to my issue comments for a few months now and I see that you also have not replied to any issues since. I love the plugin and would hate to see it abandoned because it is totally awesome but please let your users know if it is so I can uninstall and search for another solution.

MingoDynasty commented 1 year ago

It does seem abandoned. I can't get Debbit to work. Even after downgrading to Selenium version 4.2.0, I get this error:

selenium.common.exceptions.ElementNotInteractableException: Message: Element <script> could not be scrolled into view
Stacktrace:

@Tanman897 is there an alternative to Debbit? Or is the best approach for the open source community to fork Debbit repo and fix its issues?

Superpigdots commented 1 year ago

Hey, this is Tanman897 here (changed my username). I have searched high and low for an alternate solution and have not found one. I think that the profit incentive is not there so that leaves the solution up to FOSS and the kindness of peoples' free time. A fork of this program would seem the most optimum route but I don't have the technical savvy on the coding to do so myself at this time.

jakehilborn commented 1 year ago

I switched checking accounts since other accounts are paying out well due to recent interest rate hikes. Due to this I have not been maintaining Debbit. I should probably take a look at a few PRs here. It's time consuming to review, test, and release packages though.

Just a note, Debbit is written to separate the configuration/scheduling/state system from the merchant plugins. If you're having issues with the Amazon reloads it should be a quick fix to edit the Amazon python file. I realize not everyone knows how to code though so only a few folks out there will be able to make this fixes.

MingoDynasty commented 1 year ago

@jakehilborn I can code and would be willing to try to help. But any documentation or help you can provide would help immensely, instead of having to blindly navigate a foreign codebase.