Last 12 weeks · 0 commits
1 of 6 standards met
Hey Wes! I'm running into this problem where I'm exporting the db before the lowdb Promise has a chance to resolve. I'm not entirely sure this is the best way to mitigate this issue. It might be a perf suck ☹️ Inside of I've changed it to wait until the db returns: And then when you want to scrape and save to the db I've changed it to: Is this the best way to go about changing this to work to make sure the lowdb Promise resolves when initializing the db? Permission to make a PR? I've found issues relating to this from people who have trouble with the examples from lowdb: https://github.com/typicode/lowdb/issues/222 https://github.com/typicode/lowdb/pull/223
Repository: wesbos/scrapecity. Description: code from my youtube vid Stars: 97, Forks: 27. Primary language: JavaScript. Languages: JavaScript (100%). Open PRs: 0, open issues: 2. Last activity: 3y ago. Community health: 28%. Top contributors: wesbos.
Hii, I recently watched this video on youtube today ( April 18th ). I have 2 similar Instagram Scrappers one of which uses Instagram API . Check out my code https://github.com/mannasoumya/Download-HD-Profile-Pics-From-Instagram Your work is really appreciated.