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!
Tweet with and attached image
- martin@rootjazz
- Site Admin
- Posts: 37282
- Joined: Fri Jan 25, 2013 10:06 pm
- Location: The Funk
- Contact:
Re: Tweet with and attached image
You can use the media token within your texts
#media_<filepath>#
#media_<filepath>#
Code: Select all
#media:c:\path\media.jpg#
#media:c:\path\media.mp4#
Re: Tweet with and attached image
works great. thanks!
- martin@rootjazz
- Site Admin
- Posts: 37282
- Joined: Fri Jan 25, 2013 10:06 pm
- Location: The Funk
- Contact: