Captcha solvers mostly have case sensitive option in their api.
You can use it but you might need to go custom with http client.
Hey Guys,
I have been working on automating a telegra.ph page creator and have been successful with most everything I tried. BAS is a really great software!
But it seems like it is not able to upload a photo to telegra.ph
I have tried several different methods but it doesn't seem to open file result at all. Do you guys have a work around?
cheers!
@miberlin example of loading images
@uraabk - thanks a lot for your quick reply.
you didn't actually use browser automation though but just used their API. That's probably the smarter way to do - however... apart from the fact that I don't have an api token, I am completely unqualified to do it that way. That's why I have been trying to do it through the browser by clicking the camera icon. :)
You don't happen to know a way to do it that way too?
@miberlin said in Challenge: Upload images to telegra.ph:
You don't happen to know a way to do it that way too?
No, api - fast, convenient, reliable.
instruction api - https://telegra.ph/api#createAccount
@uraabk I get you.
But the API is only fast, reliable and convenient if you know what you're doing. If you don't have any clue how to use js and json - it's not helpful. :(
@uraabk I did spend quite a while with your example and I'm slowly learning what to replace to get to what I need. :)
I wish I was actually capable of doing this the right way.
Thank you!