Open Labs22 opened 6 years ago
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]$
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:
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]$