{"id":23053991,"url":"https://github.com/emcecs/jobot","last_synced_at":"2025-04-03T04:40:41.352Z","repository":{"id":145105972,"uuid":"169581613","full_name":"EMCECS/jobot","owner":"EMCECS","description":"Useless internet crawler","archived":false,"fork":false,"pushed_at":"2019-03-07T11:30:34.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-08T18:45:41.887Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":false,"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/EMCECS.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":"2019-02-07T14:07:54.000Z","updated_at":"2019-02-07T14:08:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"54b4f468-b204-406f-9fb6-f41ce64630fe","html_url":"https://github.com/EMCECS/jobot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMCECS%2Fjobot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMCECS%2Fjobot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMCECS%2Fjobot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EMCECS%2Fjobot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EMCECS","download_url":"https://codeload.github.com/EMCECS/jobot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246939177,"owners_count":20857916,"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":[],"created_at":"2024-12-16T00:32:25.342Z","updated_at":"2025-04-03T04:40:41.332Z","avatar_url":"https://github.com/EMCECS.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jobot\n\nA useless, quick and dirty internet crawler which extracts the hyperlinks from the web pages. Jobot also saves the\nmetadata for each processed URL into the file `\u003cUSER_HOME\u003e/.jobot/\u003cURL\u003e/links.txt`. The saved metadata is a list of the\nURLs extracted from the corresponding HTML page.\n\n# Build\n\n```bash\n./gradlew clean jar\n```\n\n# Run\n\n```bash\njava -jar build/libs/jobot.jar https://en.wikipedia.org/wiki/\\(486958\\)_2014_MU69\n```\n\n# Implementation Notes\n\nJobot modifies and filters the URLs upon processing:\n* URL should not be equal to any of the last 1,000,000 extracted URLs\n* Anchor and query parts of the URL are being dropped\n* URL should begin with `http`, otherwise it's dropped entirely\n* The corresponding HTTP response content type should begin with `text`, otherwise the content is dropped\n\nThe URL processing queue size is 1,000,000.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femcecs%2Fjobot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femcecs%2Fjobot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femcecs%2Fjobot/lists"}