Activity Ratio: followings / activitycount (status+likes)

Support / help / discussion forum for twitter bot
Post Reply
User avatar
martin@rootjazz
Site Admin
Posts: 34360
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Activity Ratio: followings / activitycount (status+likes)

Post by martin@rootjazz »

Activity ratio to filter in / out based on the ratio of number of followings and number of "activity".

Activity is worked out as: statuses+likes.


Why would you want this? Well I well just quote the user who requested it :)
this chap is a "non-active user". He is of literally no use to me. He's
a "follow hunter". He will never like or retweet anything I EVER do (or
even see it, but I don't mind that as much). He'll never engage.

<<The Logic>>
How do I know he won't engage mathematically? Two stats. Look at his
like count, it's 150. Look at his tweet count, 959, not bad. But look at
his follower/following counts! 1959/10000. He probably hunted me by the
looks of it.

What does it mean? A person is useful, in an engagement respect, if they
engage (like or retweet).

<<The Math>>
ActvityRatioGoal = 1;
LikeCount = 150;
TweetCount = 929;
FollowingCount = 1959;

ActivityCount = LikeCount+TweetCount; // 150 + 929= 1079
ActivityRatio = FollowingCount / ActivityCount; //1959 / 1079= 1.81


If (ActivityRatio > ActvityRatioGoal) // 1.81 > 1
fail // (ditch this tool)
else
pass // he's ok.
Aturingtest
Posts: 91
Joined: Mon Aug 05, 2019 5:14 pm

Re: Activity Ratio: followings / activitycount (status+likes)

Post by Aturingtest »

I set the activity ratio to 1.81 is that correct for an average user ?
User avatar
martin@rootjazz
Site Admin
Posts: 34360
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Activity Ratio: followings / activitycount (status+likes)

Post by martin@rootjazz »

Aturingtest wrote: Wed Sep 18, 2019 6:13 pm I set the activity ratio to 1.81 is that correct for an average user ?
there is no "correct" value.

That 1.81 is just want a customer gave as an example of why this AR is a good idea.
Yrokumata
Posts: 94
Joined: Sat Oct 02, 2021 5:34 pm

Re: Activity Ratio: followings / activitycount (status+likes)

Post by Yrokumata »

So what should be the minimum and the max Martin?
User avatar
martin@rootjazz
Site Admin
Posts: 34360
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Activity Ratio: followings / activitycount (status+likes)

Post by martin@rootjazz »

Yrokumata wrote: Fri Jan 28, 2022 7:52 pm So what should be the minimum and the max Martin?
For what?
What do you want to do?
The min / max will vary depending on what you want to do
Yrokumata
Posts: 94
Joined: Sat Oct 02, 2021 5:34 pm

Re: Activity Ratio: followings / activitycount (status+likes)

Post by Yrokumata »

In the example above... a person who interacts with the things I post... I'm currently using between 0.00 and 1.00.
Is this the correct?
User avatar
martin@rootjazz
Site Admin
Posts: 34360
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Activity Ratio: followings / activitycount (status+likes)

Post by martin@rootjazz »

Yrokumata wrote: Tue Feb 01, 2022 10:42 pm In the example above... a person who interacts with the things I post... I'm currently using between 0.00 and 1.00.
Is this the correct?
There is no correct. If you don't have a reason for using the filter, don't use it. Dont' set them just because you can. As probably you just ignoring users needlessly that means you are scraping more for no reason.
Yrokumata
Posts: 94
Joined: Sat Oct 02, 2021 5:34 pm

Re: Activity Ratio: followings / activitycount (status+likes)

Post by Yrokumata »

Ok...I'll leave it alone then. Thanks for the advice mate ;)
Post Reply