Second-Hand-Friends / kleinanzeigen-bot

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

[ENH] Add option to pause ad creation on captcha #301

Closed G-Huber closed 3 months ago

G-Huber commented 3 months ago

πŸ˜• Addressed Problem

When Kleinanzeigen asks to solve a captcha to publish an ad kleinanzeigen-bot simply quits with an exception.

πŸ’‘ Suggested Solution

For some this might be the desired behaviour.

So I'd suggest adding a configuration option to switch to the following behaviour:

When a captcha is detected kleinanzeigen-bot simply waits in a loop until the page reloads / ad successfully published page displays.

This gives the user time to solve the captcha manually and publish the ad. That way kleinanzeigen-bot still does most of the boilerplate work of publishing ads.

πŸ”Ž Alternatives

No response

πŸ—ΊοΈ Additional Context

No response

Code of Conduct