{"id":18032544,"url":"https://github.com/ultraji/teemo","last_synced_at":"2025-09-16T15:37:39.275Z","repository":{"id":207065084,"uuid":"715958745","full_name":"ultraji/teemo","owner":"ultraji","description":"A simple to use and efficient Web Automation Tool.","archived":false,"fork":false,"pushed_at":"2025-05-13T02:53:09.000Z","size":787,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T03:32:45.116Z","etag":null,"topics":["selenium","webdriver"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ultraji.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-11-08T07:20:16.000Z","updated_at":"2025-05-13T02:53:06.000Z","dependencies_parsed_at":"2025-05-13T03:38:47.113Z","dependency_job_id":null,"html_url":"https://github.com/ultraji/teemo","commit_stats":null,"previous_names":["ultraji/teemo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ultraji/teemo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultraji%2Fteemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultraji%2Fteemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultraji%2Fteemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultraji%2Fteemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ultraji","download_url":"https://codeload.github.com/ultraji/teemo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultraji%2Fteemo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275441395,"owners_count":25465353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-16T02:00:10.229Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["selenium","webdriver"],"created_at":"2024-10-30T10:13:53.724Z","updated_at":"2025-09-16T15:37:39.234Z","avatar_url":"https://github.com/ultraji.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# teemo\n\nA simple to use and efficient Web Automation Tool.\n\n![demo](.asset/demo.gif)\n\n**teemo** allows you to do some web automation action(such as click and so on) and crawl some information from web. You can define your steps as follows:\n\n```yaml\nwebDriver:\n  url: 'http://localhost:9515'\n  capabilities: |\n    {\n      \"browserName\": \"chrome\",\n      \"goog:chromeOptions\": {\n        \"args\": [\"--headless\", \"--window-size=1920,1080\"]\n      }\n    }\nsteps:\n- action: Goto\n  url: https://google.com\n- action: Click\n  locator: {strategy: XPath, expr: '//*[@id=\"L2AGLb\"]'}\n  allowSkip: true\n- action: Wait\n  timeout: 3\n- action: SendKeys\n  value: [ 'ultraji', 'Key::Enter']\n  locator: { strategy: XPath, expr: '//*[@id=\"APjFqb\"]' }\n- action: Wait\n  timeout: 3\n- action: GetElemText\n  locator: { strategy: XPath, expr: '//*[@id=\"rso\"]/div[1]/div/div/div[1]/div/div/span/a/div/div/div/cite' }\nresourceName: first_item\ncontent: \"This is first search result item of ultraji. It's ${first_item}. \"\n```\n\nthen it will run automatically. And finally it will return as follows:\n\n```text\nThis is first item of searching ultraji. It's https://github.com › ultraji. \n```\n\n# usage\nteemo uses [webdriver](https://www.selenium.dev/documentation/webdriver/) under the hood. So please make sure that webdriver has been installed. (For example, if you are using chrome, you can download **the same version** [chrome-webdriver](https://chromedriver.chromium.org/) as your browser.)\n\nYou can use the following command:\n\n```shell\nchromedriver \u0026\nteemo -c teemo.yaml\n```\n\n# more info\n\n* More info about webdriver capabilities. [https://developer.mozilla.org/en-US/docs/Web/WebDriver/Capabilities](https://developer.mozilla.org/en-US/docs/Web/WebDriver/Capabilities)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultraji%2Fteemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fultraji%2Fteemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultraji%2Fteemo/lists"}