{"id":23093764,"url":"https://github.com/mic27m/home-router-wiki","last_synced_at":"2026-05-01T13:32:37.274Z","repository":{"id":50315084,"uuid":"518752072","full_name":"Mic27M/Home-Router-Wiki","owner":"Mic27M","description":"The Home Router Wiki is a Tool for scraping firmware from multiple vendor webpages using FirmwareScraper , collect information and visualize them on a webpage-wiki using hugo, geekdocs and sqlite","archived":false,"fork":false,"pushed_at":"2022-09-29T08:46:57.000Z","size":9788,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T18:52:26.477Z","etag":null,"topics":["python","python3","scrapy","selenium"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mic27M.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-28T07:51:36.000Z","updated_at":"2022-09-29T08:43:22.000Z","dependencies_parsed_at":"2023-01-18T21:31:30.662Z","dependency_job_id":null,"html_url":"https://github.com/Mic27M/Home-Router-Wiki","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mic27M/Home-Router-Wiki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mic27M%2FHome-Router-Wiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mic27M%2FHome-Router-Wiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mic27M%2FHome-Router-Wiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mic27M%2FHome-Router-Wiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mic27M","download_url":"https://codeload.github.com/Mic27M/Home-Router-Wiki/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mic27M%2FHome-Router-Wiki/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32499681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["python","python3","scrapy","selenium"],"created_at":"2024-12-16T21:53:32.975Z","updated_at":"2026-05-01T13:32:37.189Z","avatar_url":"https://github.com/Mic27M.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Home-Router-Wiki\nThe Home Router Wiki is a Tool for scraping firmware from multiple vendor webpages using [FirmwareScraper](https://github.com/fkie-cad/FirmwareScraper) , collect information and visualize them on a webpage-wiki using [hugo](https://gohugo.io/) and [geekdocs](https://geekdocs.de/) \n\n## Installation\n### FirmwareScraper\nUbuntu 14.04 and above\n\nSome packages need to be installed using apt-get/apt before installing scrapy\n\n```bash\nsudo apt-get install python3 python3-dev python3-pip libxml2-dev libxslt1-dev zlib1g-dev libffi-dev libssl-dev\n```\n\n\n#### Scrapy\n\nScrapy can then be installed using the following command:\n\n```bash\nsudo apt install python3-scrapy\n```\n\nFor more information about the installation process of scrapy, see [here](https://docs.scrapy.org/en/latest/intro/install.html#intro-install) .\n\n\n\n#### FirmwareScraper \n\nTo use the existing scrapy project, just clone it into a repository of your choice\n\n```bash\ngit clone https://github.com/fkie-cad/FirmwareScraper.git\n```\n\nTo run a spider, just go into the project's folder and type the following command into the terminal:\n\n\n#### Selenium\n\nSelenium can then be installed using the following command:\n\n```bash\npip install -U selenium\n```\n\ndownload [geckodriver](https://github.com/mozilla/geckodriver/releases) or [chromedriver](https://chromedriver.chromium.org/downloads)\n\nFor selenium to be able to render the desired page you need a driver executable (geckodriver, chromedriver etc.) to be in the correct path in the settings.py.\n\n```bash\nSELENIUM_DRIVER_EXECUTABLE_PATH = '/home/username/driver/geckodriver'\n```\n\nFor more information about the installation process of selenium, [see here](https://selenium-python.readthedocs.io/installation.html).\n\nTo get the supported drivers for selenium [see here](https://selenium-python.readthedocs.io/installation.html).\n\n\n\n#### Beautiful Soup\n\nSome spiders use Beautiful Soup to search for attributes in a webpage.\n\n```bash\npip install beautifulsoup4\n```\n\nFor more information about the installation process of Beautiful Soup, [see here](https://www.crummy.com/software/BeautifulSoup/bs4/doc/#installing-beautiful-soup).\n\n\n\n### Hugo: Geekdoc\n\nHugo can then be installed using the following command:\n\n```bash\nsudo apt install hugo\n```\n\n\n\nInstall Requirements\n\n```bash\nsudo apt install npm\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmic27m%2Fhome-router-wiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmic27m%2Fhome-router-wiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmic27m%2Fhome-router-wiki/lists"}