Second-Hand-Friends / kleinanzeigen-bot

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

Now the program checks if the user is already logged in #203

Closed Airwave1981 closed 1 year ago

Airwave1981 commented 1 year ago

Checking if a user is already logged in skips redundant logins and improves automation regarding to many captchas. This is vital when using user_data_dir for storing session tokens.

nalt commented 1 year ago

Thanks @Airwave1981, very helpful feature!

sebthom commented 1 year ago

Thanks!