Like 1 tweet, liked by 30 different twittersguys ? (30 likes in total)

Support / help / discussion forum for twitter bot
Post Reply
User avatar
Dumbia
Posts: 17
Joined: Tue Jun 01, 2021 11:47 am

Like 1 tweet, liked by 30 different twittersguys ? (30 likes in total)

Post by Dumbia »

Hello,

Currently I do this :
Like tab
Search Term : {guy1|guy2|...}
Tweets liked by user
Unique items : checked
Tweet Filter : Max hours Since Tweet : 1500 (62 days)
Tweet Filter : Once Per Profil Per Day : 1 <------- 1/ it means that the bot will like only 1 tweet from the same TwitterGuy /day isn't it ?
Tweet Filter : Likes Min : 1 <-------- 2/ Can you confirm me that is stupid to set this as 1 because if I select "Tweets liked by user" it's logic that the tweet will have at least 1 like ^^ ?
Tweet Filter : User Filter : #Followers : Min: 30 Max:0 <------------- 3/ it means that my bot will never like a tweet of someone that has less than 30 followers, isn't it ?
Tweet Filter : User Filter : Languages : fr <------------------ 4/ How does the software do in order to know that the TwitterGuy targetted is french ? Does it scrape the bio and check with a language API ? Does it scrape the 3 last tweets and check the language with a language API ?
Max Actions : 1
Fluctuate : 0

5/ Could I, with only one line (one action) in the Processing tab, do this above, but I would like to select each time a new guy that I put in spintax in the field "Search Term" ?
Or do I need to create 30 lines in the processing tab in order to like 30 tweets that are liked by 30 different people ?

Thank you very much for your help
User avatar
martin@rootjazz
Site Admin
Posts: 34369
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Like 1 tweet, liked by 30 different twittersguys ? (30 likes in total)

Post by martin@rootjazz »

put the 30 profiles in a text file, one per line

CUSTOM SEARCH:
* ID URL PROFILE
* LATEST

Search INPUT: <filepath of text file>



Regards,
Martin
User avatar
Dumbia
Posts: 17
Joined: Tue Jun 01, 2021 11:47 am

Re: Like 1 tweet, liked by 30 different twittersguys ? (30 likes in total)

Post by Dumbia »

Thank you Martin, rocket works :) !
Is it possible to shuffle the .txt file (that have 30 twitter accounts) before each "Like Blast" ?
Because currently, it take the first line, like, second line of the txt file, like etc.
I would like your soft take a random line (if possible).

Because I have 50 twitters accounts (mine) and if you soft can't do that, I will need to create 50 txt files.
Thanks for your help ;)
User avatar
martin@rootjazz
Site Admin
Posts: 34369
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Like 1 tweet, liked by 30 different twittersguys ? (30 likes in total)

Post by martin@rootjazz »

Dumbia wrote: Tue Jun 08, 2021 12:57 pm Thank you Martin, rocket works :) !
Is it possible to shuffle the .txt file (that have 30 twitter accounts) before each "Like Blast" ?
Because currently, it take the first line, like, second line of the txt file, like etc.
I would like your soft take a random line (if possible).

Because I have 50 twitters accounts (mine) and if you soft can't do that, I will need to create 50 txt files.
Thanks for your help ;)
What do you want to do?

You have 50 accounts
You have a list of 30 profiles and want to get the latest tweet from each, giving you 30 tweets to like.

So 30 accounts will each like 1 tweet (and 20 accounts do not like)
Or do you want each account to like the same tweet, so each of the tweets get 1 like from each of your accounts (thus 50 likes per tweet)


If you just want to shuffle the list of items loaded from the file, as the instructions for the ID URL USER say

Code: Select all

filepath,rand to randomise order
so

Code: Select all

c:\path\to\your\file.txt,rand
Will randomise the file before use.

But I am still not sure your intention for the 30 profiles and yoru 50 accounts. Confirm what you want to do and I can explain (or if you know then you can just get on with it :-)



Regards,
Martin
User avatar
Dumbia
Posts: 17
Joined: Tue Jun 01, 2021 11:47 am

Re: Like 1 tweet, liked by 30 different twittersguys ? (30 likes in total)

Post by Dumbia »

c:\path\to\your\file.txt,rand
Thank was exactly what I looking for :) :) :) !
Thank you very much Martin.
User avatar
martin@rootjazz
Site Admin
Posts: 34369
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Like 1 tweet, liked by 30 different twittersguys ? (30 likes in total)

Post by martin@rootjazz »

:)
Post Reply