{"id":19300838,"url":"https://github.com/nava45/simplempcrawler","last_synced_at":"2026-06-22T09:32:14.644Z","repository":{"id":142777998,"uuid":"86938478","full_name":"nava45/simplempcrawler","owner":"nava45","description":"Simple Multiprocessing Crawler in python","archived":false,"fork":false,"pushed_at":"2017-04-01T19:55:49.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T01:38:00.143Z","etag":null,"topics":["crawler","multiprocessing","python"],"latest_commit_sha":null,"homepage":null,"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/nava45.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":"2017-04-01T19:47:19.000Z","updated_at":"2017-11-06T19:17:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe5b66dc-38d2-42d2-95e3-8ff62b41fb3a","html_url":"https://github.com/nava45/simplempcrawler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nava45/simplempcrawler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nava45%2Fsimplempcrawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nava45%2Fsimplempcrawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nava45%2Fsimplempcrawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nava45%2Fsimplempcrawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nava45","download_url":"https://codeload.github.com/nava45/simplempcrawler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nava45%2Fsimplempcrawler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34643614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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":["crawler","multiprocessing","python"],"created_at":"2024-11-09T23:15:56.959Z","updated_at":"2026-06-22T09:32:14.638Z","avatar_url":"https://github.com/nava45.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## SimpleMPCrawler\nSimple Multi processing crawler in python\n\n\n### Problem stmt:\n\nUsing python's multiprocessing and any one of threading/gevent module, task is to write a web-scraper which takes a huge file as an input ( 1Million rows ) which contains a url in each line.\nThe scraper then uses BeatuifulSoup to parse the content and finds if the content contains \"jquery.js\". If it does, dump the url into a file \"accepted.csv\" or if it doesn't, dump it into file \"rejected.csv\".\n\n### install\n```\n\n    virtualenv env/\n    source env/bin/activate\n    pip install -r requirements.txt\n    python crawler.py\n\n```\n\n### test\n```\npython test_crawler.py\n```\n\n### steps\n\n`urls.csv` is the input file which has list of urls to be processed\n\noutput `accepted.csv`, `rejected.csv` files will be created and the respective urls are put in to the respective files\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnava45%2Fsimplempcrawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnava45%2Fsimplempcrawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnava45%2Fsimplempcrawler/lists"}