Reply with image?

Support / help / discussion forum for twitter bot
Post Reply
jamesc
Posts: 4
Joined: Fri Jul 19, 2019 12:23 am

Reply with image?

Post by jamesc »

Hello,

After reading several reviews and trying many bots, I recently purchased the twitterdub. So far all fine..
But am I missing something or is it not possible to reply with an image?
I mean you can tweet photos, that's great. But is it possible to reply some tweets automaticlly with an image? My main purpose for using the bot is "advertisement" and a photo is much powerful in most cases... Any chance to automate this? Search for a tweet/user and reply with an image..

Not possible yet?
User avatar
martin@rootjazz
Site Admin
Posts: 34375
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Reply with image?

Post by martin@rootjazz »

You need to use the media token in your text tweet

Code: Select all

#media:<filepath>#

ie
#media:c:\media\images\img1.jpg#
#media:c:\media\videos\vid1.mp4#
Use that anywhere in the text body and it will include the image / video



Regards,
Martin
jamesc
Posts: 4
Joined: Fri Jul 19, 2019 12:23 am

Re: Reply with image?

Post by jamesc »

That was a great tip.
However did not work for me.The reply textmessage s like that..

#media:C:\Users\DellPc\Desktop\201.jpg#

It gives an error :

FAILED POST: (353309) 403
https://upload.twitter.com/i/media/uplo ... weet_image
(eaexcf) Failed in row: 1
* ERROR absproc: Object reference not set to an instance of an object(thats translated from my native language but similar to this)

Any fix/workaround for this maybe?


UPDATE:

Logs submitted now. Log id is: 67909
Thanks
martin@rootjazz wrote: Fri Jul 19, 2019 2:02 pm You need to use the media token in your text tweet

Code: Select all

#media:<filepath>#

ie
#media:c:\media\images\img1.jpg#
#media:c:\media\videos\vid1.mp4#
Use that anywhere in the text body and it will include the image / video



Regards,
Martin
jamesc
Posts: 4
Joined: Fri Jul 19, 2019 12:23 am

Re: Reply with image?

Post by jamesc »

Another update...

Now it seems the code is working.. ı did the exact same action and this time it worked.
I manually logged in and later on reset the cookies on TD though.

Maybe the update of new look(Twitter web skin) is causing this strange errors?
The look of twitter web page has changed recently and they moved some accounts to the"new design"
User avatar
martin@rootjazz
Site Admin
Posts: 34375
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Reply with image?

Post by martin@rootjazz »

I think it relies on the assumption that your account is working on the new layout
hjjkim
Posts: 150
Joined: Fri Jul 12, 2019 4:07 am

Re: Reply with image?

Post by hjjkim »

Can we use image address instead? Like this
#media:https://i.giphy.com/media/xUA7aZhmzXeCXq80Hm/giphy.webp
User avatar
martin@rootjazz
Site Admin
Posts: 34375
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Reply with image?

Post by martin@rootjazz »

hjjkim wrote: Tue Jul 23, 2019 5:34 am Can we use image address instead? Like this
#media:https://i.giphy.com/media/xUA7aZhmzXeCXq80Hm/giphy.webp
No. Local filepath only

(is that format even valid for twitter?) I doubt the program supports it anyway
Post Reply