Collection of automation tools for various tasks.
Use this to manually setup the browser before running other tasks. For example, login to websites, etc.
poetry run python -m auto_assist browser launch ./tmp/chrome
cat authors.txt | poetry run python -m auto_assist gs ./tmp/chrome gs_search_by_authors --keyword chemistry
poetry run python -m auto_assist gs ./tmp/chrome task gs_list_profile_urls gs_result.jsonl > gs_profiles.txt
cat gs_profiles.txt | poetry run python -m auto_assist task gs_explore_profiles
poetry run python -m auto_assist hunter --browser_dir ./tmp/chrome search_students targets.xlsx out/students/ --parse --limit 1