Second-Hand-Friends / kleinanzeigen-bot

A dilligent command line tool to publish ads on kleinanzeigen.de
GNU Affero General Public License v3.0
217 stars 45 forks source link

[feature] Extend the download action with `download all` #131

Closed provinzio closed 1 year ago

provinzio commented 2 years ago

It's currently possible to download a single ad by handing the ad id. To make republishing of all existings ads easier, I propose to extend the function to something like "download --all".

As I like to create and update my ads in the web browser by hand, it's not an option for me to work with the config files for that.

After having this, it might be an ease to combine the functions like "download all, archive/clear inactive ad configs, republish" to avoid multiple logins/captchas.


@sebthom @PhilK-7

Is something of that kind currently in progress? Any arguments against my proposal? I'd like to contribute where whished.

sebthom commented 2 years ago

This sounds useful. I am not aware of anything like this being developed right now. @PhilK-7 WDYT?

PhilK-7 commented 2 years ago

I think it is a logical evolution from this feature, and could be very useful. I made a new fork and going to implement it.