AlexZhangji / Twitter-Insight-LLM

Twitter data scraping, embedding based image search and more.
614 stars 76 forks source link

Maybe .json not found..idk #5

Closed kostasANAGNO closed 2 months ago

kostasANAGNO commented 7 months ago

Traceback (most recent call last): File "d:\codes.vscode\twitter_ingection.py", line 311, in scraper.fetch_tweets( File "d:\codes.vscode\twitter_ingection.py", line 74, in fetch_tweets self._save_to_json(row, filename=f"{cur_filename}.json") File "d:\codes.vscode\twitter_ingection.py", line 292, in _save_to_json with open(filename, "a", encoding="utf-8") as file: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'data/tweets_2024-04-12_17-53-05.json'