facebook_totem
facebook_totem copied to clipboard
Totem allows you to retrieve information about ads of a facebook page , we can retrieve the number of people targeted, how much the ad cost and a lot of other information.
Does anyone know how to fix this issue please. Tried various command but always get the same error. IndexError: list index out of range
Trying the following comand line`python3 Totem.py --mode single --url https://www.facebook.com/MarineLePen/ --output mlp.csv ` i get ```python Traceback (most recent call last): File "/facebook_totem/Totem.py", line 15, in id = getIdFromUrl(args.url) File...
Hey, getting this error for some reason when runnning the search command.. Traceback (most recent call last): File "Totem.py", line 58, in result = getFacebookPageFromName(args.target) File "/Users/admin/facebook_totem/facebook_totem/core.py", line 54, in...