Hi there,
I'm receiving these errors with Python 2.7, 3.5 and 3.6.
I have installed all the requirements but I can't launch the script.
Can you help me?
Best regards
P
_> Traceback (most recent call last):
File "C:\Users\utente\Downloads\facebook_grab_posts-master\facebook_grab_posts-master\grab_group_data.py", line 93, in
run()
File "C:\Users\utente\Downloads\facebook_grab_posts-master\facebook_grab_posts-master\grab_group_data.py", line 86, in run
facebook_groups = get_html_group_pages(session, FacebookDATA['FACEBOOK_ID'], FacebookDATA['FACEBOOK_PW'])
File "C:\Users\utente\Downloads\facebook_grab_posts-master\facebook_grab_posts-master\grab_group_data.py", line 25, in get_html_group_pages
for group in FacebookDATA['GROUPS']:
TypeError: 'long' object is not iterable_