bpb27 / twitter_scraping

Grab all a user's tweets (and get past 3200 limit)
592 stars 178 forks source link

Meta Data problem #10

Open Labs22 opened 6 years ago

Labs22 commented 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]$

Subrata15 commented 5 years ago

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: