@GaG
Thanks again for your help, but I finally solve the problem using a loop and a list.
Just by mistake, I found this thread: https://community.bablosoft.com/topic/11372/bulk-image-upload
And it helped!
I was searching for few days and found this only now lol.
Challenge: Upload images to telegra.ph
-
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!