Post different tweet for one pic

Support / help / discussion forum for twitter bot
Post Reply
Fahad
Posts: 193
Joined: Sat May 18, 2019 2:26 pm

Post different tweet for one pic

Post by Fahad »

Hi,

How could I post an image every hour with different tweet from a tweet file.

and how to add randomize txt to the tweet (I want actual random and what I write and for that it's limited)

Big thanks in advance.
User avatar
martin@rootjazz
Site Admin
Posts: 34634
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Post different tweet for one pic

Post by martin@rootjazz »

From a tweet file you can include the media token to include an image / images

Code: Select all

#media:<file_path>#

where <file_path> is the path to your media

Code: Select all

#media:c:\media\myimage.jpg#
For random text, use tokens / spintax
Fahad
Posts: 193
Joined: Sat May 18, 2019 2:26 pm

Re: Post different tweet for one pic

Post by Fahad »

Wow.. I didn't know that.. and I looked everywhere!

Thanks.. I solve it but with a very bad way.. I make cvs file to insert like 120 pic with linking them together.. and after that link them with the tweet file.. it worked.. but it's ugly and your new way is far more better.

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

Re: Post different tweet for one pic

Post by martin@rootjazz »

Fahad wrote: Mon May 20, 2019 5:15 pm Wow.. I didn't know that.. and I looked everywhere!
I think it was added recently in an update as I thought would be useful, but I didn't document it :roll:

Works as well for DMs as well if you want to add media
Post Reply