How to send tweets with random content

Support / help / discussion forum for twitter bot
Post Reply
nicekk
Posts: 3
Joined: Sun Mar 19, 2023 10:09 am

How to send tweets with random content

Post by nicekk »

I want to add random English letters and random tweet emojis to every tweet.
Is it possible to achieve this?
And it must be random every time,
not just random once and fixed.
User avatar
martin@rootjazz
Site Admin
Posts: 34360
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: How to send tweets with random content

Post by martin@rootjazz »

Spintax lets you specify various options, that when processed one is selected

{option1|option2|...|optionN}

example:
{hi|hey|hello|good morning} {sir|madam}

When processed you could get:
hi sir
hello sir
hey madam
good morning sir
hi madam
etc etc


For random text, you can use tokens
#rand#
#randnum#
#randyear#
#time#
#timesecs#
#date#
#datetime#
#datefilename#
#datetimefilename#





Regards,
Martin
Post Reply