{"id":19380682,"url":"https://github.com/massimo-rnd/email-extractor","last_synced_at":"2025-04-23T19:33:41.842Z","repository":{"id":255166188,"uuid":"848694891","full_name":"massimo-rnd/email-extractor","owner":"massimo-rnd","description":"A C#-CLI-Application that extracts e-mail adresses from websites.","archived":true,"fork":false,"pushed_at":"2024-11-16T10:30:22.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T09:52:46.995Z","etag":null,"topics":["commandline","commandline-interface","csharp","email-extractor","email-scraper","linux","macos","windows"],"latest_commit_sha":null,"homepage":"","language":"C#","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/massimo-rnd.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":"2024-08-28T08:29:30.000Z","updated_at":"2024-11-16T10:30:32.000Z","dependencies_parsed_at":"2024-08-28T11:48:47.159Z","dependency_job_id":"9c720efc-4615-403b-a45f-3b90fe62a971","html_url":"https://github.com/massimo-rnd/email-extractor","commit_stats":null,"previous_names":["druffko/email-extractor","massimo-rnd/email-extractor"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massimo-rnd%2Femail-extractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massimo-rnd%2Femail-extractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massimo-rnd%2Femail-extractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/massimo-rnd%2Femail-extractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/massimo-rnd","download_url":"https://codeload.github.com/massimo-rnd/email-extractor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250499942,"owners_count":21440719,"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":["commandline","commandline-interface","csharp","email-extractor","email-scraper","linux","macos","windows"],"created_at":"2024-11-10T09:14:32.849Z","updated_at":"2025-04-23T19:33:41.827Z","avatar_url":"https://github.com/massimo-rnd.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Important Notice\nPlease note that the development of this codebase has been surpassed by [KAELUS-Engine](https://github.com/massimo-rnd/kaelus-engine). As a result, email-extractor should be regarded as outdated since this code is not receiving any updates.\n\n[KAELUS-Engine](https://github.com/massimo-rnd/kaelus-engine) offers the extended functionality and will be maintained with future updates and support for newer .NET Versions.\n\n\n\u003cdiv align=\"center\"\u003e\n\n![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/massimo-rnd/email-extractor?include_prereleases)\n\n![.NET Version](https://img.shields.io/badge/.NET-8.0-brightgreen)\n![GitHub last commit](https://img.shields.io/github/last-commit/massimo-rnd/email-extractor)\n\n  \u003cbr\u003e\n\n  ![GitHub All Releases](https://img.shields.io/github/downloads/massimo-rnd/email-extractor/total)\n  ![GitHub closed issues](https://img.shields.io/github/issues-closed/massimo-rnd/email-extractor)\n  ![GitHub issues](https://img.shields.io/github/issues/massimo-rnd/email-extractor)\n  \n  \u003ch1\u003eemail-extractor\u003c/h1\u003e\n  \u003cp\u003e\n    email-extractor is a crossplatform C# CLI-Application that enables you to extract email addresses from almost any website.\n  \u003c/p\u003e\n\u003c/div\u003e\n\n---\n\n## Table of Contents\n- [About](#about)\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n- [Projects using email-extractor](#projects)\n\n---\n\n## About\n\nemail-extractor is a C# CLI-Application that enables you to extract email addresses from almost any website.\n\n---\n\n## Features\n\n- ✅ Extract email addresses from websites\n- ✅ Scans every link on a website\n- ✅ Works on Windows, macOS and Linux\n- ✅ Show results on CLI\n- ✅ Save results to text file\n\n---\n\n## Installation\n\n### Download the latest version\n\nTo start off, please head to the [releases page](https://github.com/massimo-rnd/email-extractor/releases) and download the latest release.\n\n*If you don't trust me for some reason, feel free to download the latest released source code and build it your self.*\n\n### Unpack the zip file\n\nUnpack the downloaded zip file and put the files somewhere you could need it.\n\n---\n\n## Usage\n\n### Starting the application\n**macOS**\n\nLaunch the \"email-extractor\" executable.\n\n**Windows**\n\nLaunch the \"email-extractor\" .exe file.\n\n### Getting the emails\nJust enter the URL you want to scan. After that, you will be asked, if you want to save the results to a file. Answer accordingly.\n\n---\n\n## Contributing\n\nContributions are welcome! Please follow these steps:\n\n1. Fork the repository\n2. Create a new branch (`git checkout -b feature-name`)\n3. Commit your changes (`git commit -m 'Add some feature'`)\n4. Push to the branch (`git push origin feature-name`)\n5. Open a pull request\n\n---\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n## Contact\n\n- **massimo-rnd** - [@massimo_rnd](https://x.com/massimo_rnd) - hi@massimo.gg\n- **Project Link** - https://github.com/massimo-rnd/email-extractor\n\nFeel free to reach out if you have any questions or suggestions!\n\n---\n\n## Projects using email-extractor\u003c/h2\u003e\n(In chronological order)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmassimo-rnd%2Femail-extractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmassimo-rnd%2Femail-extractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmassimo-rnd%2Femail-extractor/lists"}