How to find an accounts most popular posts

mcfc4eva

Registered Member
Joined
Jan 20, 2011
Messages
93
Reaction score
19
Is there a free online service that I can just enter a username and it will list their most liked post(s). Ideally with the ability to filter only the latest 10-20 posts?

This would be so useful to find potential viral content to repost :smirk:
 
I found a couple of analytical tools and “influenced auditors” that show the most popular posts of competitors but many of them are paid services or have quite low limits on how many times you can use them.

Should I just go about getting my own script made?
 
Well at least for likes, I would not or could not use the API. I haven't messed with it for a while, but there are Selenium/Python scripts that still pull the info you want.

If it's for a single account I could run some query results for you, otherwise, I would have to setup a personal server for you and unsure if I have the time for that. PM me
 
Well at least for likes, I would not or could not use the API. I haven't messed with it for a while, but there are Selenium/Python scripts that still pull the info you want.

If it's for a single account I could run some query results for you, otherwise, I would have to setup a personal server for you and unsure if I have the time for that. PM me
Are you saying you can make a script that can query an accounts top performing posts (likes)? Or are you saying you don’t have time for it? Not sure what you mean tbh
 
Are you saying you can make a script that can query an accounts top performing posts (likes)? Or are you saying you don’t have time for it? Not sure what you mean tbh

I have a script that can do this! The output is pure numbers/data it doesn't have a GUI. So, if you just want one account ran I can do that on a virtual machine I have set up for myself. Otherwise, I would have to install the script on another server for you to have constant access to and for that you need to post in the Buy Sell Trade (BST) section.
 
I have a script that can do this! The output is pure numbers/data it doesn't have a GUI. So, if you just want one account ran I can do that on a virtual machine I have set up for myself. Otherwise, I would have to install the script on another server for you to have constant access to and for that you need to post in the Buy Sell Trade (BST) section.
Alright I see, I’ll stick around on this thread for a while first to see if there’s a free option anywhere
 
There are free options. I mentioned Selenium/Python scripts in my post, there are more than one on GitHub that do what you need! Your problem I believe is setting up the environment and getting the scripts running, you are probably looking for a service. If not let me know.
 
Back
Top