You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, searchspider only searches for 1 keyword. The goal is to be able to keep searching for the next keyword until some condition is met.
An easy first condition is keep searching until results appear, and then scrape the first URL.
Action Items
Add functionality
Update/add documentation, including docstring, readme, wiki
Resources
keyword[0] is being used as the only keyword in searchspider.py
Overview
Currently, searchspider only searches for 1 keyword. The goal is to be able to keep searching for the next keyword until some condition is met.
An easy first condition is keep searching until results appear, and then scrape the first URL.
Action Items
Resources
The text was updated successfully, but these errors were encountered: