Which friends interact with you the most in Facebook? Find out easily!
Well, it uses the Facebook Graph API and iterates through your posts. Along the way, it counts every reactions and comments along the ones who did them!
You need to install the following, if you don't have already.
Then clone/download this repository, edit the friends_in_deeds.py file and change the uppercased variables however it suits you.
TOKEN
: This is the most important. You need to get an access token of the Facebook's Graph API. Visit this link and click on Get Token. Then copy the text of the Access Token field and paste it in theTOKEN
variable.TOTAL
: How many posts do you want it to check?FILENAME
: It'll generate two files at the end.{FILENAME}.txt
and{FILENAME}.csv
. You can define the FILENAME in this variable.
Done!