Can anyone tell me what is the perfect bitcoin talk api from here:
https://github.com/Babarindeolanrewaju2/Bitcointalk-API( I want to make a check list for time fram for bitcointalk where able to check most merited post last 30 days , 7 days 60 days or 1 years also able to check most ativate posts and users in laste 7 days and more time frme but due to proper api my code how me service blocked )
What I've seen in tools like Ninjastic/Bitlist is that they do not collect statistics of postcompiled by an API... instead, they monitor all posts as they occur, since posts follow a sequential "topic" and "message" logic. So, if you monitor the latest posts, you can obtain informations about who posted, when and where. Then, your own system could work to extract the relevant informations to process the statistics.
In short, you do not need to start from scratch. If all you need is statistical data, then you can use compiled data from loyce.club and bpip.org, as the users above have already mentioned.