GitHub repo link with tweepcred source:

https://github.com/twitter/the-algorithm

Reply to this note

Please Login to reply.

Discussion

for the new code:

1. data gathering from Twitter API is necessary to build the user interaction graph.

2. the algorithm needs to be translated or adapted into Python. this is my preference

3. integration involves graph construction, PageRank calculation, user mass adjustment, and score scaling.