{"id":22794949,"url":"https://github.com/ersinaksar/dockerized-firefox-for-web-scraping","last_synced_at":"2026-03-05T22:04:55.098Z","repository":{"id":209716406,"uuid":"613097401","full_name":"ersinaksar/Dockerized-Firefox-for-Web-Scraping","owner":"ersinaksar","description":"A repository containing a Dockerfile and sample Python code to run Firefox in a Docker container for web scraping.","archived":false,"fork":false,"pushed_at":"2024-09-08T13:35:12.000Z","size":10,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T11:36:35.311Z","etag":null,"topics":["docker-container","docker-image","dockerfile","driver","firefox","python","python-script","scraper","scraping-websites","selenium","selenium-webdriver","web-driver","webdriver","webscraping"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ersinaksar.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-12T21:35:21.000Z","updated_at":"2025-03-27T10:29:46.000Z","dependencies_parsed_at":"2024-12-12T04:11:51.382Z","dependency_job_id":"f52a98ba-580b-405c-840f-a356bb02bc0f","html_url":"https://github.com/ersinaksar/Dockerized-Firefox-for-Web-Scraping","commit_stats":null,"previous_names":["ersinaksar/dockerized-firefox-for-web-scraping"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ersinaksar/Dockerized-Firefox-for-Web-Scraping","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ersinaksar%2FDockerized-Firefox-for-Web-Scraping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ersinaksar%2FDockerized-Firefox-for-Web-Scraping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ersinaksar%2FDockerized-Firefox-for-Web-Scraping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ersinaksar%2FDockerized-Firefox-for-Web-Scraping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ersinaksar","download_url":"https://codeload.github.com/ersinaksar/Dockerized-Firefox-for-Web-Scraping/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ersinaksar%2FDockerized-Firefox-for-Web-Scraping/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30152004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T21:15:50.531Z","status":"ssl_error","status_checked_at":"2026-03-05T21:15:11.173Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker-container","docker-image","dockerfile","driver","firefox","python","python-script","scraper","scraping-websites","selenium","selenium-webdriver","web-driver","webdriver","webscraping"],"created_at":"2024-12-12T04:11:43.465Z","updated_at":"2026-03-05T22:04:55.071Z","avatar_url":"https://github.com/ersinaksar.png","language":"Python","funding_links":["https://www.buymeacoffee.com/in/ersinaksar","https://www.buymeacoffee.com/ersinaksar"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\" id=\"title\"\u003eDockerized Firefox for Web Scraping\u003c/h1\u003e\n\n*Read this in other languages: [English](README.md), [Turkish](README.tr.md).*\n\n\u003cp id=\"description\"\u003e A repository containing a Dockerfile and sample Python code to run Firefox in a Docker container for web scraping. \u003c/p\u003e\n\n\n\u003cp id=\"description\"\u003eThis is a Dockerized Python script that uses Selenium and Firefox to scrape the page source of a given URL. The script is run in headless mode using Xvfb.\u003c/p\u003e\n\n  \n  \n\u003ch2\u003e🧐 Features\u003c/h2\u003e\n\nHere're some of the project's best features:\n\n*   Scrapes the page source of a given URL using Firefox and Selenium.\n*   Runs in headless mode using Xvfb.\n\n\u003ch2\u003e🛠️ Installation Steps:\u003c/h2\u003e\n\n\u003cp\u003e1. Install Docker on your system.\u003c/p\u003e\n\n\u003cp\u003e2. Clone the repository.\u003c/p\u003e\n\n\u003cp\u003e3. Build the Docker image using the command\u003c/p\u003e\n\n```\nsudo docker build -t my-firefox .\n```\n\n\u003cp\u003e4. Run the Docker container using the command\u003c/p\u003e\n\n```\nsudo docker run my-firefox\n```\n\n\u003cp\u003e5. The page source of the URL will be printed to the console.\u003c/p\u003e\n\n\u003ch2\u003e🍰 Contribution Guidelines:\u003c/h2\u003e\n\nContributions to the project are welcome. If you find a bug or have a suggestion for a new feature please open an issue or a pull request.\n\n  \n  \n\u003ch2\u003e💻 Built with\u003c/h2\u003e\n\nTechnologies used in the project:\n\n*   Python\n*   Docker\n*   Selenium\n*   Firefox\n*   Xvfb\n\n\u003ch2\u003e💖Like my work?\u003c/h2\u003e\n\nIf you have any questions or need help with the project please feel free to open an issue on GitHub.\n\n- :beer: support me **[Patreon]**\n- :coffee: support me **[buymeacoffee]** \n\n\n\n\n[buymeacoffee]: https://www.buymeacoffee.com/in/ersinaksar \"buymeacoffee\"\n[Patreon]: https://www.buymeacoffee.com/ersinaksar \"Patreon\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fersinaksar%2Fdockerized-firefox-for-web-scraping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fersinaksar%2Fdockerized-firefox-for-web-scraping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fersinaksar%2Fdockerized-firefox-for-web-scraping/lists"}