jnfrye / local_plants_book

MIT License
0 stars 0 forks source link

Stop using selenium where possible #9

Open jnfrye opened 7 years ago

jnfrye commented 7 years ago

In several scripts, selenium is used to "brute force" the scraping; however, this is clunky, buggy, and slow. It would be better in those scripts to switch them out for either the website's API, or something more lightweight like scrapy