Alfredredbird / tookie-osint

Tookie is a advanced OSINT information gathering tool that finds social media accounts based on inputs.
MIT License
844 stars 30 forks source link

Increase webscraper efficiency and speed by only initializing it once. #42

Closed January closed 8 months ago

January commented 8 months ago

Part of why the webscraper was so slow was that it was initializing a new instance of Selenium for every page it needed to scrape. I changed it so that it's only initialized once, making the webscraper several times faster.