A Python script that adds up the total number of likes across all your Instagram photos.
- Obtain an access token (e.g. using Instagram's get_access_token.py)
- Save the access token to a text file named
token.txt
- Run
insta-like-counter.py
to get the total likes for your own photos orinsta-like-counter.py username
to get total likes for someone else's photos