{"id":23613769,"url":"https://github.com/teohrt/abrasion","last_synced_at":"2025-08-19T14:12:55.277Z","repository":{"id":93187518,"uuid":"173523700","full_name":"teohrt/abrasion","owner":"teohrt","description":"Collect emails through web scraping","archived":false,"fork":false,"pushed_at":"2019-10-01T03:47:58.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-27T17:35:06.305Z","etag":null,"topics":["go","golang","spider","web-crawler","web-scraper"],"latest_commit_sha":null,"homepage":"","language":"Go","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/teohrt.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-03T02:51:43.000Z","updated_at":"2020-07-23T22:48:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1e49748-5d6f-4515-9c73-6e830e4c12d3","html_url":"https://github.com/teohrt/abrasion","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/teohrt%2Fabrasion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teohrt%2Fabrasion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teohrt%2Fabrasion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teohrt%2Fabrasion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teohrt","download_url":"https://codeload.github.com/teohrt/abrasion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239492900,"owners_count":19647994,"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":["go","golang","spider","web-crawler","web-scraper"],"created_at":"2024-12-27T17:28:36.856Z","updated_at":"2025-02-18T14:50:36.214Z","avatar_url":"https://github.com/teohrt.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Abrasion: The CLI Web Scraper\nAbrasion is used to crawl the web. It will concurrently scrape all websites found, starting with a seed website. While scraping, Abrasion can also search and output matches to a regex template that defaults to match on email addresses, or can just simply print the structure of web.\n\n## Installation Instructions\n```bash\ngit clone https://github.com/teohrt/abrasion.git\ncd abrasion/\nmake build\n```\n\n## Usage\n```bash\n# Crawl the web starting from google.com, the default seed URL, and output emails to a text file.\n./abrasion -getEmails\n\n# Scrape 100 URLs starting with given seed URL. Output all related URLs and debug logs to their respective files, as well as the console. \n./abrasion -url=https://reddit.com -scrapeLimit=100 -verbose -debug\n```\n\n## Flags\n* url - The URL with which Abrasion begins scraping the web. Defaults to \"https://www.google.com\".\n* verbose - Sets verbose logging in console. Defaults to false.\n* debug - When set, a debug log file is written. Defaults to false.\n* getEmail - Aggregate email addresses. Defaults to false.\n* scrapeLimit - Sets the number of URLs to scrape. Defaults to MAXINT.\n\n## Logs\nAbrasion has 3 potential output streams. By default it outputs errors and results to their own respective text files and will also print to console if the -verbose flag is set.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteohrt%2Fabrasion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteohrt%2Fabrasion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteohrt%2Fabrasion/lists"}