Spin Text

Support / help / discussion forum for twitter bot
Post Reply
kalizo1112
Posts: 2
Joined: Wed Jun 29, 2022 9:54 am

Spin Text

Post by kalizo1112 »

Hi!
I don't understand exactly the format that I need to use for SPIN TEXT

for example, I want to send the next DMs:

"Thanks for the following bro!
how are you"

"Thank you for the following sis!
how are you"

"thank you for follow"

That should be like that?:
{
"Thanks for the following bro!
how are you"
|
"Thank you for the following sis!
how are you"
|
"thank you for follow"
}

or how it should be? because like that it's not working,
thanks!
User avatar
martin@rootjazz
Site Admin
Posts: 34375
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Spin Text

Post by martin@rootjazz »

DM module takes multiple DMs via separate lines

No need to spin a single reply.


spintax is more for swapping a word within a message

Code: Select all

{hey|hello|hi} I saw your {page|profile|twitter}, send me a {msg|dm|pm} I want to {talk|chat|speak}
nancydrew
Posts: 2
Joined: Wed Mar 16, 2022 2:01 am

Re: Spin Text

Post by nancydrew »

I also don't know exactly what format I need to use for SPIN TEXT.
friday night funkin
User avatar
martin@rootjazz
Site Admin
Posts: 34375
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Spin Text

Post by martin@rootjazz »

nancydrew wrote: Wed Jul 20, 2022 4:21 am I also don't know exactly what format I need to use for SPIN TEXT.
friday night funkin
I gave example above

Code: Select all

{option1|option2}
but that's it simply
Post Reply