{"id":18897351,"url":"https://github.com/tempesta-tech/webbot","last_synced_at":"2025-07-06T01:06:04.889Z","repository":{"id":197601208,"uuid":"698908150","full_name":"tempesta-tech/webbot","owner":"tempesta-tech","description":"Website crawler for performance and security tasks","archived":false,"fork":false,"pushed_at":"2023-11-30T20:54:22.000Z","size":14,"stargazers_count":1,"open_issues_count":5,"forks_count":1,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-06-19T00:07:21.501Z","etag":null,"topics":["bots","python-selenium","scraping","web-performance","web-security"],"latest_commit_sha":null,"homepage":"https://tempesta-tech.com/network-security-performance-analysis/#networksecurity","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tempesta-tech.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}},"created_at":"2023-10-01T10:55:31.000Z","updated_at":"2023-10-01T14:33:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"67a11a92-bc32-460e-8e8e-23ec54424493","html_url":"https://github.com/tempesta-tech/webbot","commit_stats":null,"previous_names":["tempesta-tech/webbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tempesta-tech/webbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tempesta-tech%2Fwebbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tempesta-tech%2Fwebbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tempesta-tech%2Fwebbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tempesta-tech%2Fwebbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tempesta-tech","download_url":"https://codeload.github.com/tempesta-tech/webbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tempesta-tech%2Fwebbot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263833416,"owners_count":23517374,"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","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":["bots","python-selenium","scraping","web-performance","web-security"],"created_at":"2024-11-08T08:37:03.676Z","updated_at":"2025-07-06T01:06:04.855Z","avatar_url":"https://github.com/tempesta-tech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webbot\n\nWebsite crawler for performance and security tasks:\n* reveal dead links on a target website\n* warm web accelerator's cache\n* emulate bots behaviour (e.g. scrappers) to test a bots mitigation software\n\n\n## Installation\n\nPrerequisites for Ubuntu 22:\n```sh\nsudo apt update\nsudo apt install -y unzip xvfb libxi6 libgconf-2-4\nsudo apt install default-jdk\nsudo curl -sS -o - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add\nsudo bash -c \"echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' \u003e\u003e /etc/apt/sources.list.d/google-chrome.list\"\nsudo apt -y update\nsudo apt -y install google-chrome-stable\n```\n\n[Download](https://chromedriver.storage.googleapis.com/index.html) the latest Chrome\ndriver and install it:\n```sh\nunzip chromedriver_linux64.zip\nmv chromedriver /usr/bin/chromedriver \nchown root:root /usr/bin/chromedriver\nchmod +x /usr/bin/chromedriver\n```\n\nInstall the [Selenium Python driver](https://pypi.org/project/selenium/) with:\n```sh\npip install selenium\n```\n\nYou might experience exception\n```\nselenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 114\nCurrent browser version is 117.0.5938.132 with binary path /usr/bin/google-chrome\n```\nin this case you should install a Chrome or Chromium version of matching major\nversion number. [Here](https://chromium.cypress.io/) the list of old binary versions\nof the browser.\n\nYou can run `wbot` with the custom browser like\n```sh\n./wbot.py --chrome_bin /opt/google/chromium-114/chrome\n```\n\n## References\n\n* [Selenium documentation](https://www.selenium.dev/documentation/), including Python API\n\n### Relevant crawlers revealing dead links\n\n* https://github.com/EndlessTrax/pyanchor\n* https://github.com/stevenvachon/broken-link-checker\n* https://github.com/untitaker/hyperlink\n* https://github.com/w3c/node-linkchecker\n* https://github.com/bem-site/broken-links-checker\n* https://github.com/emmanuelroecker/php-linkchecker\n* https://github.com/deptagency/octopus\n* https://pypi.org/project/LinkChecker/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftempesta-tech%2Fwebbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftempesta-tech%2Fwebbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftempesta-tech%2Fwebbot/lists"}