You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.
Hi there, this is the first time i've tried this, I get the following error after following your instructions
C:\Users\test\Documents\scraper>python get_fb_comments_from_fb.py
Traceback (most recent call last):
File "get_fb_comments_from_fb.py", line 232, in
scrapeFacebookPageFeedComments(file_id, access_token)
File "get_fb_comments_from_fb.py", line 121, in scrapeFacebookPageFeedComments
with open('{}_facebook_comments.csv'.format(file_id), 'w') as file:
IOError: [Errno 22] invalid mode ('w') or filename: 'https://www.facebook.com/coinspotau/_facebook_comments.csv'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there, this is the first time i've tried this, I get the following error after following your instructions
C:\Users\test\Documents\scraper>python get_fb_comments_from_fb.py
Traceback (most recent call last):
File "get_fb_comments_from_fb.py", line 232, in
scrapeFacebookPageFeedComments(file_id, access_token)
File "get_fb_comments_from_fb.py", line 121, in scrapeFacebookPageFeedComments
with open('{}_facebook_comments.csv'.format(file_id), 'w') as file:
IOError: [Errno 22] invalid mode ('w') or filename: 'https://www.facebook.com/coinspotau/_facebook_comments.csv'
The text was updated successfully, but these errors were encountered: