Creating A Retweet Account

Support / help / discussion forum for twitter bot
SkullLife
Posts: 65
Joined: Sat Mar 03, 2018 5:08 pm

Re: Creating A Retweet Account

Post by SkullLife »

On a side note. I've been testing twitterdub out for my free retweet promotional account instead of my node.js twitterbot and found that it's not retweeting everything, it misses quite a few tweets. is there a reason for this or can I make sure it will retweet every single post.

I have the keyword set to my @username, have strict search selected, and am liking and retweeting all tweets.
SkullLife
Posts: 65
Joined: Sat Mar 03, 2018 5:08 pm

Re: Creating A Retweet Account

Post by SkullLife »

Can you explain what the differences are between "Use Filter - Ignore Words" and "Ignore Tweet Text" I have included screen shots below of what I am talking about:

Image

and

Image

Thanks!
bitcoin
Posts: 924
Joined: Tue Jul 04, 2017 1:25 am

Re: Creating A Retweet Account

Post by bitcoin »

I'm still looking for a "retweet on KW Sentence but only from my followings (>100k)" too... It's the reason I bought into another bot that claims it can do it. But I'm still at their basics and I fear for the future seen the performance problems I'm already having with them - and I hardly started doing all I *want* to do :)
User avatar
martin@rootjazz
Site Admin
Posts: 34360
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Creating A Retweet Account

Post by martin@rootjazz »

SkullLife wrote: Wed Jun 27, 2018 11:40 pm Can you explain what the differences are between "Use Filter - Ignore Words" and "Ignore Tweet Text" I have included screen shots below of what I am talking about:

Image

and

Image

Thanks!

1) Is the standard USER FILTER option. So ignore there refers to the user

2) is ignore tweet function for WATCH TWEETS
User avatar
martin@rootjazz
Site Admin
Posts: 34360
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Creating A Retweet Account

Post by martin@rootjazz »

bitcoin wrote: Thu Jun 28, 2018 7:28 am I'm still looking for a "retweet on KW Sentence but only from my followings (>100k)" too... It's the reason I bought into another bot that claims it can do it. But I'm still at their basics and I fear for the future seen the performance problems I'm already having with them - and I hardly started doing all I *want* to do :)
We have already discussed this if I remember correctly (multiple times).

You need to scrape all your followers
then scrape user feed of all

then include only those that contain the string match.

The issue being.
100k followers
assuming ONLY 100 most recent tweets
that is 10 MILLION tweets to pull and check.

The numbers are too big. Unless twitter gives you a way to search for tweets and lock it to your followers (They don't) or they give you away to look it to a-z users (again they don't that I am aware of and even if so, you are asking for 100k - which is just too big).

I am happy to be corrected, but what you want - to the best of my knowledge just isn't possible.
SkullLife
Posts: 65
Joined: Sat Mar 03, 2018 5:08 pm

Re: Creating A Retweet Account

Post by SkullLife »

So for 1) if I wanted to ignore a certain user and not retweet that specific person I would put their name in that filter. Is that correct?

For 2) I'm still not quite sure what you mean. if I'm putting a keyword in to watch for like say banana then why would I put in ignore word in when it's only going to Tweet if the word banana is found right? I guess I'm just not understanding your explanation could you please elaborate? Thank you
User avatar
martin@rootjazz
Site Admin
Posts: 34360
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Creating A Retweet Account

Post by martin@rootjazz »

SkullLife wrote: Wed Jun 27, 2018 11:24 pm On a side note. I've been testing twitterdub out for my free retweet promotional account instead of my node.js twitterbot and found that it's not retweeting everything, it misses quite a few tweets. is there a reason for this or can I make sure it will retweet every single post.

I have the keyword set to my @username, have strict search selected, and am liking and retweeting all tweets.
Without logs showing the issue, I have no idea. Please, read through this post and submit your issue accordingly. Not everything will be relevant to your issue, but have a read as it gives an idea of the information you can provide to help me help you as quickly as possible without delays in having to request additional information :)

https://rootjazz.com/forum/viewtopic.php?f=23&t=1634



If you are running the program 24x7 you can do a WATCH USER action. Which you can specify to repost instantly when the watched account tweets


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

Re: Creating A Retweet Account

Post by martin@rootjazz »

SkullLife wrote: Thu Jun 28, 2018 8:19 pm So for 1) if I wanted to ignore a certain user and not retweet that specific person I would put their name in that filter. Is that correct?
hmmm, possibly. Although really you would use the WHITELIST function, which means you would not action that profile which is more efficient than using the filter, as filter will pull the account details (extra request) so it can check your ignore term again bio / username etc

For 2) I'm still not quite sure what you mean. if I'm putting a keyword in to watch for like say banana then why would I put in ignore word in when it's only going to Tweet if the word banana is found right? I guess I'm just not understanding your explanation could you please elaborate? Thank you
For example, the keyword "trap" could match the music, and is also a porn term. If you wanted trap the music, you can ignore porn terms.
Post Reply