Jump to content
UBot Underground

File Upload Problem In Tweetdeck


Recommended Posts

I am trying to upload an image on Tweetdeck so that ths can be tweeted to a schedule, but not getting anywhere.

When the button is clicked, Tweetdeck logs you out and reloads.

Here's the salient part of the script:

 

set user agent("Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0")
allow javascript("Yes")
allow popups("Yes")
:
navigate("https://tweetdeck.twitter.com/","Wait")
wait for element(<class="js-compose-text compose-text bg-color-twitter-white txt-size--14 scroll-v scroll-styled-v scroll-styled-h scroll-alt padding-a--0">,"","Appear")
:
change file field(<class="js-add-image-button js-show-tip needsclick btn btn-on-blue full-width txt-left margin-b--12 padding-v--6 padding-h--12">,"C:\\Users\\steve\\Pictures\\test1.jpg")

 

It's the last item that's causing the problem. I've tried with a mobile user agent but that doesn't work either. Any thoughts on how to circumvent Tweetdeck's defenses?

 

Thanks

 

___________________________________________________

 

<EDIT: I tried this with another totally different tweet scheduling app called Twuffer (I know, terrible name) - and the same thing happened: the page refreshes with me logged out. What is happening?

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...