twitter_scraping icon indicating copy to clipboard operation
twitter_scraping copied to clipboard

Meta Data problem

Open Labs22 opened this issue 7 years ago • 1 comments

Ive followed all steps

but when I'll get the meta data there's a issue.

python3 get_metadata.py

Traceback (most recent call last): File "get_metadata.py", line 25, in with open('all_ids.json') as f: FileNotFoundError: [Errno 2] No such file or directory: 'all_ids.json' [luan@labsalpha twitter_scraping-master]$

Labs22 avatar Dec 13 '17 14:12 Labs22

just fill the () with the path where you are saved the all_ids.json,

example with open('C/User/Download/all_ids.json') as f:

Subrata15 avatar May 07 '19 03:05 Subrata15