Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various fixes #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

SimonLeclere
Copy link

  1. Some folders containing conversations contain - and did not match the previous regex which prevented some conversations from being processed.
  2. Sometimes the image links in a conversation are internet links that lead nowhere, this caused an error that spammed the console and slowed down the processing of files

I tested this code with 3 different instagram data folders and it worked every time. However the processing of the messages is still very long, the problem probably comes from the number of nested loops that run for each conversation, for each message, ect... Maybe a "divide and conquer" approach or at least a more dynamic algorithm will solve this problem.

@netlify
Copy link

netlify bot commented Jul 22, 2021

✔️ Deploy Preview for instaddict ready!

🔨 Explore the source changes: 27f80da

🔍 Inspect the deploy log: https://app.netlify.com/sites/instaddict/deploys/60f9826997c82e000707982b

😎 Browse the preview: https://deploy-preview-5--instaddict.netlify.app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant