Tweet with and attached image

Support / help / discussion forum for twitter bot
Post Reply
Xisback
Posts: 47
Joined: Wed Jul 27, 2016 12:19 am

Tweet with and attached image

Post by Xisback »

Hi Martin!
I have a list (one per line) of 300 quotes in txt and I want to use the Tweet function of the bot to tweet them, 1 per tweet, 6 times a day.

But every 10 tweets, I want to add a an image and a link below the quote. In the same tweet.

The txt file with the quotes look something like this:
Quote 1
Quote 2
Quote 3
Quote 4
Quote 5
Quote 6
Quote 7
Quote 8
Quote 9
Quote 10\n\n\ [ATTACH IMAGE]\n\ Click here: https://google.com
Quote 11
Quote 12
Quote 13
Quote 14

What is the best approach to accomplish this?

Thank you!
User avatar
martin@rootjazz
Site Admin
Posts: 34712
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Tweet with and attached image

Post by martin@rootjazz »

You can use the media token within your texts

#media_<filepath>#

Code: Select all

 #media:c:\path\media.jpg# 
 #media:c:\path\media.mp4#
Xisback
Posts: 47
Joined: Wed Jul 27, 2016 12:19 am

Re: Tweet with and attached image

Post by Xisback »

works great. thanks!
User avatar
martin@rootjazz
Site Admin
Posts: 34712
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Tweet with and attached image

Post by martin@rootjazz »

:-)
Post Reply