8000 GitHub - link89/auto-assist
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

link89/auto-assist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auto-assist

Collection of automation tools for various tasks.

Usage

Launch a browser

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

Search Google Scholar by authors

cat authors.txt | poetry run python -m auto_assist gs ./tmp/chrome gs_search_by_authors --keyword chemistry

Extract Google Scholar profile URLs from search result

poetry run python -m auto_assist gs ./tmp/chrome task gs_list_profile_urls gs_result.jsonl > gs_profiles.txt

Crawling Google Scholar profiles from search results

cat gs_profiles.txt | poetry run python -m auto_assist task gs_explore_profiles 

Extract Student resume from Excel file

 poetry run python -m auto_assist hunter --browser_dir ./tmp/chrome search_students targets.xlsx out/students/ --parse --limit 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0