A tiny python script for bulk facebook url sharing count via facebook graph API.
- Python 2.7
- add url list line by line
urls.txt
- run
python fb.py
- result will be put in
result.txt
line by line corresponding tourls.txt
Note that you can increase time.sleep
if you facing facebook request limit problem.
WTFPL (http://www.wtfpl.net/about/)