odsum / TinyChatBot

BuddyBot - TinyChat Moderator/Room Helper Bot
Other
13 stars 7 forks source link

Captcha #19

Closed spiderfaced closed 5 years ago

spiderfaced commented 6 years ago

Was there ever a solid workaround for the Captcha? I am certain I've seen a script open a browser window to allow you to solve it and then continue running the script.

If you can offer any hints on how I might get this working I would be very appreciative.

spiderfaced commented 6 years ago

I've tried changing bot accounts as suggested but I cannot get consistent results for my bot to be moderated.

NawtJ0sh commented 6 years ago

You gotta login to the bot account on the browser & solve the captcha, then it should work.

spiderfaced commented 6 years ago

Working like a charm so far. Thanks so much :)

Technetium1 commented 6 years ago

@spiderface There is no option to pop up a webkit window to solve for technical reasons. The only way you can 'solve' it in python is by using a captcha solving api. Adding in a captcha solver is a lot of effort, and would likely contribute to more spam bombing if released.