Randomise Auto Mentions and Hashtags to RSS feed and Youtube Playlist

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

Re: Randomise Auto Mentions and Hashtags to RSS feed and Youtube Playlist

Post by shaily »

Thanks Martin for adding the #Auto_mentions# function but when I run it, the first Mention has a hashtag in front of it as below:
****************************************************************************
Tutorial 1- Introduction to Neural Network and Deep Learning
#DL #ML #@profile1
*****************************************************************************
as I am adding the following in the tag section: %kw% %kw1% #auto_mentions#

Also, can you please confirm that Auto_mentions will keep on randomising and are not used once. e.g.
1. if I have 20 posts in the rss feed
2. and I have limited 3 mentions per tweet
3. If I have 10 user profiles to auto_mention, it will keep on randomising these 10 profiles until it finishes 20 tweets and not just assign 3 mentions per tweet and finish after 4 tweets.

Hope that makes sense.

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

Re: Randomise Auto Mentions and Hashtags to RSS feed and Youtube Playlist

Post by martin@rootjazz »

shaily wrote: Wed Feb 19, 2020 3:09 am Thanks Martin for adding the #Auto_mentions# function but when I run it, the first Mention has a hashtag in front of it as below:
****************************************************************************
Tutorial 1- Introduction to Neural Network and Deep Learning
#DL #ML #@profile1
*****************************************************************************
as I am adding the following in the tag section: %kw% %kw1% #auto_mentions#
As always, submit logs showing the issue please


Also, can you please confirm that Auto_mentions will keep on randomising and are not used once. e.g.
1. if I have 20 posts in the rss feed
2. and I have limited 3 mentions per tweet
3. If I have 10 user profiles to auto_mention, it will keep on randomising these 10 profiles until it finishes 20 tweets and not just assign 3 mentions per tweet and finish after 4 tweets.
You need to make sure there are enough mentions, by default there are unique. So if you are making 20 posts with 3 mentions per post, 10 profiles is NOT enough. What you will be doing is spam @mentions at those users and that is not a good idea.
shaily
Posts: 95
Joined: Mon Aug 12, 2019 2:30 am

Re: Randomise Auto Mentions and Hashtags to RSS feed and Youtube Playlist

Post by shaily »

Please check log id 60871
Hope that will help.
Regards,
Shaily
User avatar
martin@rootjazz
Site Admin
Posts: 34345
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Randomise Auto Mentions and Hashtags to RSS feed and Youtube Playlist

Post by martin@rootjazz »

#KW #KW ##auto_mentions#
That is what you had entered to the body for your tweet

Which is why you get the #@profile, notice the double ##



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

Re: Randomise Auto Mentions and Hashtags to RSS feed and Youtube Playlist

Post by shaily »

Which is why you get the #@profile, notice the double ##
No, I didn't put ##. It is added later in the application. I had put only:
%kw% %kw1% #Auto_mentions#

The application is adding a # in front of the #Auto_Mentions#


Also, if one hardcodes, then it adds @, meaning
%kw% %kw1% @profile

becomes:
tag1 tag2 @@profile

Hope this makes sense.
User avatar
martin@rootjazz
Site Admin
Posts: 34345
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Randomise Auto Mentions and Hashtags to RSS feed and Youtube Playlist

Post by martin@rootjazz »

shaily wrote: Thu Feb 20, 2020 1:43 pm
Also, if one hardcodes, then it adds @, meaning
%kw% %kw1% @profile

becomes:
tag1 tag2 @@profile
Just tested, that does not happen here.



Please perform the following:

Open the program. Delete or pause all existing actions. If actions are already running due to autorun on startup, disable autorun at startup and restart the app. All actions must be waiting, then pause all (or delete)


Delete existing logs
HELP > LOGS > VIEW
delete all files in the folder that opens


Perform the action:
***
setup a post action to post 1 item with body %kw% %kw% @profile
Screenshot to show this is done correctly
Run the action, then after it has posted
confirm it has done what you said @@profile
and submit logs
***

PLEASE NOTE: Do not perform other actions at the same time. Only use one thread. Do not run any actions after this action.


Then submit logs:
HELP > LOGS > SUBMIT

and let me know the LOGS ID (just the number part is sufficient)




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

Re: Randomise Auto Mentions and Hashtags to RSS feed and Youtube Playlist

Post by shaily »

HI Martin,

I used three different RSS feeds with three different tags:
1. %kw% %kw1% via @Test
Output in tweet: #Top20 #via #@Test

2. %kw% %kw1% #Auto_mentions#
Output in tweet: #Top100 #Top20 #

3. %kw% #Auto_mentions#
Output in tweet: #Songs #

4. %kw% #Auto_mentions#
Output in tweet: #Top20 #@Profile @Profile3 @Profile4

No. 4 had this problem as the first tag had the #.

Please Check Log_id: 97863
User avatar
martin@rootjazz
Site Admin
Posts: 34345
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Randomise Auto Mentions and Hashtags to RSS feed and Youtube Playlist

Post by martin@rootjazz »

shaily wrote: Fri Feb 21, 2020 10:50 pm HI Martin,

I used three different RSS feeds with three different tags:
1. %kw% %kw1% via @Test
Output in tweet: #Top20 #via #@Test

2. %kw% %kw1% #Auto_mentions#
Output in tweet: #Top100 #Top20 #

3. %kw% #Auto_mentions#
Output in tweet: #Songs #

4. %kw% #Auto_mentions#
Output in tweet: #Top20 #@Profile @Profile3 @Profile4

No. 4 had this problem as the first tag had the #.

Please Check Log_id: 97863
As above can you send me screenshots showing EXACTLY how you are setting this up. Something is clearly going wrong but for me it works perfectly. So I need to know EXACTLY what you are doing and how you are doing.

Screenshot each tab of that you use to create the action
Include are instructions if things aren't clear
Include any external files you may be using.

Basically I need to know enough DETAIL in order to repeat click for click / option for option what you do, then I should be able to cause the same issue. Once I can cause the issue I can fix it ASAP



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

Re: Randomise Auto Mentions and Hashtags to RSS feed and Youtube Playlist

Post by shaily »

HI Martin,
I have sent you a detailed end-to-end process map for RSS feed run.
Another clarification on Auto_mentions:
There are two ways of getting Auto_mentions:
1. Specify Users: In this function, all the users will only be picked up once only... Once all users are used then the list will be discarded... Is there a way to reuse the username, after a few tweets.... Say, @profile1 is used once for tweet1 and then after 5 tweets, @profile1 is used again.
2. Search for Users: In this case, is there a way to define mutiple keywords, just in case one keyword doesn't get any profile or repeats a profile.

Hope you understand.
Hope that is helpful.

Regards,
Shaily
Post Reply