[PR #152] feat(enrichers): add Sherlockeye email and username enrichers #2622

Open
opened 2026-06-07 15:05:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/reconurge/flowsint/pull/152
Author: @p1ngul1n0
Created: 6/1/2026
Status: 🔄 Open

Base: mainHead: feat/sherlockeye-enrichers


📝 Commits (1)

  • 039fc2b feat(enrichers): add Sherlockeye email and username enrichers

📊 Changes

4 files changed (+622 additions, -0 deletions)

View changed files

flowsint-enrichers/src/flowsint_enrichers/email/to_sherlockeye.py (+185 -0)
flowsint-enrichers/src/flowsint_enrichers/social/to_sherlockeye.py (+130 -0)
flowsint-enrichers/tests/enrichers/test_email_to_sherlockeye.py (+156 -0)
flowsint-enrichers/tests/enrichers/test_username_to_sherlockeye.py (+151 -0)

📄 Description

  • email/to_sherlockeye.py: Email → SocialAccount via Sherlockeye API
  • social/to_sherlockeye.py: Username → SocialAccount via Sherlockeye API

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/reconurge/flowsint/pull/152 **Author:** [@p1ngul1n0](https://github.com/p1ngul1n0) **Created:** 6/1/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/sherlockeye-enrichers` --- ### 📝 Commits (1) - [`039fc2b`](https://github.com/reconurge/flowsint/commit/039fc2b2fae76a24c19e3cdf5f2f398a742abc4a) feat(enrichers): add Sherlockeye email and username enrichers ### 📊 Changes **4 files changed** (+622 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `flowsint-enrichers/src/flowsint_enrichers/email/to_sherlockeye.py` (+185 -0) ➕ `flowsint-enrichers/src/flowsint_enrichers/social/to_sherlockeye.py` (+130 -0) ➕ `flowsint-enrichers/tests/enrichers/test_email_to_sherlockeye.py` (+156 -0) ➕ `flowsint-enrichers/tests/enrichers/test_username_to_sherlockeye.py` (+151 -0) </details> ### 📄 Description - email/to_sherlockeye.py: Email → SocialAccount via Sherlockeye API - social/to_sherlockeye.py: Username → SocialAccount via Sherlockeye API --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-07 15:05:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#2622