{"id":21528314,"url":"https://github.com/ondiekelijah/simple-web-crawler","last_synced_at":"2025-04-09T23:42:18.284Z","repository":{"id":46995175,"uuid":"357556860","full_name":"ondiekelijah/Simple-Web-Crawler","owner":"ondiekelijah","description":"A Simple Web scraper. Using a URL and an HTML tag provided by a user scraps the page and returns the total number of elements fetched and then display the results from the scrap.","archived":false,"fork":false,"pushed_at":"2022-02-12T14:37:08.000Z","size":2079,"stargazers_count":11,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T01:35:27.891Z","etag":null,"topics":["beautifulsoup4","flask","urllib3"],"latest_commit_sha":null,"homepage":"https://scrap-the-web.herokuapp.com/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ondiekelijah.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}},"created_at":"2021-04-13T13:07:03.000Z","updated_at":"2023-08-02T20:44:57.000Z","dependencies_parsed_at":"2022-09-24T20:10:33.505Z","dependency_job_id":null,"html_url":"https://github.com/ondiekelijah/Simple-Web-Crawler","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ondiekelijah%2FSimple-Web-Crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ondiekelijah%2FSimple-Web-Crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ondiekelijah%2FSimple-Web-Crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ondiekelijah%2FSimple-Web-Crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ondiekelijah","download_url":"https://codeload.github.com/ondiekelijah/Simple-Web-Crawler/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248131470,"owners_count":21052819,"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":["beautifulsoup4","flask","urllib3"],"created_at":"2024-11-24T01:52:39.765Z","updated_at":"2025-04-09T23:42:18.264Z","avatar_url":"https://github.com/ondiekelijah.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI to Docker Hub](https://github.com/Dev-Elie/Simple-Web-Crawler/actions/workflows/github_registry.yml/badge.svg)](https://github.com/Dev-Elie/Simple-Web-Crawler/actions/workflows/github_registry.yml)\n## Requirements ,Packages used and Installation\nDownload and install Python. Make sure you install Python v3.6.+\n \n## Installation\n          \nNavigate to your directory of choice the proceed as follows;\u003cbr\u003e\n          \n### 1 .Clone the git repo and create a virtual environment \n          \nDepending on your operating system,make a virtual environment to avoid messing with your machine's primary dependencies\n          \n\u003e **Windows**\n          \n```\ngit clone https://github.com/Dev-Elie/Simple-Web-Crawler.git\ncd Simple-Web-Crawler\npy -3 -m venv venv\n```\n          \n\u003e **macOS/Linux**\n          \n```\ngit clone https://github.com/Dev-Elie/Simple-Web-Crawler.git\ncd Simple-Web-Crawler\npython3 -m venv venv\n```\n\n### 2 .Activate the virtual environment (venv)\n          \n\u003e **Windows** \n\n```venv\\Scripts\\activate```\n          \n\u003e **macOS/Linux**\n\n```. venv/bin/activate```\nor\n```source venv/bin/activate```\n\n### 3 .Install the requirements\n\nApplies for windows/macOS/Linux\n\n```pip install -r requirements.txt```\n\n### 4. Run the application \n\n\u003e **For linux and macOS**\nMake the run file executable by running the code\n\n```chmod 777 run```\n\nThen start the application by executing the run file\n\n```./run```\n\n\u003e **On windows**\n```\nset FLASK_APP=main\nflask run\n```\nThen on your browser open `localhost:5000` or `http://127.0.0.1:5000/` \u003cbr\u003e\u003cbr\u003e\nYou should receive a response — a page similar to the one seen in the screenshot.\n\n![scrappy home](https://github.com/Dev-Elie/Simple-Web-Crawler/blob/main/static/images/scrappy-home.png)\n\u003c/br\u003e\u003c/br\u003e\n\u003cdiv align=\"center\"\u003e\u003ch1\u003eLet's connect on Twitter\u003c/h1\u003e\u003c/div\u003e\n\u003cp align=\"center\"\u003e \u003ca href=\"https://twitter.com/dev_elie\" target=\"blank\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/dev_elie?logo=twitter\u0026style=for-the-badge\" alt=\"dev_elie\" /\u003e\u003c/a\u003e \u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fondiekelijah%2Fsimple-web-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fondiekelijah%2Fsimple-web-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fondiekelijah%2Fsimple-web-crawler/lists"}