Tweet with Keywords and Auto Mentions

Support / help / discussion forum for twitter bot
shaily
Posts: 95
Joined: Mon Aug 12, 2019 2:30 am

Tweet with Keywords and Auto Mentions

Post by shaily »

Hi Martin,
I just setup a tweet to POST FROM FILE.

I structured the file to be:
Tweet Message %kw% %kw1% #auto_mentions#

The difference between the Tweet Message and %kw% is a tab.

The output on Twitter is
Tweet Message @Profile1

Problem: It ignores the %kw% altogether. I was expecting for the keywords to be picked from the global metatags as there is no place to define keywords in the tweet message when you post from file.
The auto_mention works very well as there is a place to define the profiles for auto_mentions.


Hope this is clear..
Regards,
Shaily
User avatar
martin@rootjazz
Site Admin
Posts: 34634
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Tweet with Keywords and Auto Mentions

Post by martin@rootjazz »

The meta settings do not apply to post from file. Use a spintax block

{#tag1|#tag2|#tag3|#tag(n)}




Regards,
Martin
shaily
Posts: 95
Joined: Mon Aug 12, 2019 2:30 am

Re: Tweet with Keywords and Auto Mentions

Post by shaily »

Tried three test combinations for keywords but didn't get the desired outcome to pick the account tags.
Please check Log id: 36789

May be I am doing something wrong.

Please advise how to get the keywords and auto_mentions.

Regards,
Shaily
User avatar
martin@rootjazz
Site Admin
Posts: 34634
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Tweet with Keywords and Auto Mentions

Post by martin@rootjazz »

shaily wrote: Thu Feb 20, 2020 2:18 am Tried three test combinations for keywords but didn't get the desired outcome to pick the account tags.
Can you explain what you tried
What was the desired outcome
What actually happened
shaily
Posts: 95
Joined: Mon Aug 12, 2019 2:30 am

Re: Tweet with Keywords and Auto Mentions

Post by shaily »

I tested these three forms in the file and none of them worked:

Test1 #acc_tags#
Test2 {#tag1|#tag2|#tag3}
Test3 tags(tag1 tag2 tag3)

above file is tab separated.

I was expecting these to pick up the account tags and the output you see in the log id 36789

Regards,
Shaily
User avatar
martin@rootjazz
Site Admin
Posts: 34634
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Tweet with Keywords and Auto Mentions

Post by martin@rootjazz »

shaily wrote: Thu Feb 20, 2020 1:33 pm Test2 {#tag1|#tag2|#tag3}
that should work as is correct spintax. Let me check your logs
User avatar
martin@rootjazz
Site Admin
Posts: 34634
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Tweet with Keywords and Auto Mentions

Post by martin@rootjazz »

13:15:49: Posting: Test2 {#tag1|#tag2|#tag3}
13:15:49: Using account: <user>
13:15:49: Global Daily limit: 0
13:15:49: Processed before: id: 1607988130
13:15:49: * IGNORE: Tweet: Processed before: id: 1607988130
That would have posted correctly if it was unique or unique option was turned off
shaily
Posts: 95
Joined: Mon Aug 12, 2019 2:30 am

Re: Tweet with Keywords and Auto Mentions

Post by shaily »

Thanks Martin...
I ran this by removing the Unique Only checkbox and I got:
Test2 #tag2

#tag2 was NOT replaced by the Acc_token....

Does that mean that we have to define the keywords in the file itself?
How do you get multiple keywords (say 3 keywords) posted?
User avatar
martin@rootjazz
Site Admin
Posts: 34634
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Tweet with Keywords and Auto Mentions

Post by martin@rootjazz »

shaily wrote: Fri Feb 21, 2020 3:03 am Thanks Martin...
I ran this by removing the Unique Only checkbox and I got:
Test2 #tag2
This is correct, one option was selected from the spintax block

#tag2 was NOT replaced by the Acc_token....
What acc_token do you refer to? I think you are confused as to what spintax it. It just lets you specify a selection of elements and a random one is selected

{hi|hello|hey} come {visit|check out| view| have a look at} my {profile|page|homepage}

How do you get multiple keywords (say 3 keywords) posted?
{tag1|tag2|tag3|...tagN} {tag1|tag2|tag3|...tagN} {tag1|tag2|tag3|...tagN}

you could end up with
tag1 tag3 tagN
or
tag3 tag1 tag6


etc
shaily
Posts: 95
Joined: Mon Aug 12, 2019 2:30 am

Re: Tweet with Keywords and Auto Mentions

Post by shaily »

By Account tags, I am referring to the tags defined in the profile.

When you go to the profile, click on Show Optional Advanced, then click Account Tags / Keywords

It says "Add your account specific keywords here, then use them anywhere via the tokens #acc_tags#"

Hope this is helpful.

Regards,
Shaily
Post Reply