Skip to content

feat: user-agent rotation in existing modules' headers#217

Merged
kaifcodec merged 5 commits into
kaifcodec:mainfrom
alyssazieli3:user-agent-rotation
Feb 18, 2026
Merged

feat: user-agent rotation in existing modules' headers#217
kaifcodec merged 5 commits into
kaifcodec:mainfrom
alyssazieli3:user-agent-rotation

Conversation

@alyssazieli3
Copy link
Copy Markdown
Contributor

Completed Issue #203 by adding a helper function to generate a random user-agent and going through the email_scan\ and user_scan\ sections to replace any hard coded user agents in the headers.

@kaifcodec kaifcodec linked an issue Feb 18, 2026 that may be closed by this pull request
@kaifcodec kaifcodec added the enhancement New feature or request label Feb 18, 2026
@kaifcodec
Copy link
Copy Markdown
Owner

@alyssazieli3 Thank you for stepping forward and opening this PR. I’ve made a few adjustments:

  1. Reverted the use of random user-agents in email_scan/ modules, as those modules are sensitive to header changes.
  2. Removed the accidentally committed .idea/ directory.
  3. Refactored helpers.py and removed the webview/mobile user-agents since some sites were flagging them.

Note: I deleted the accidental pushes since this PR contained multiple file changes and the mistake is understandable. However, be mindful of what you’re pushing in the future. Before committing, always run git status to review your changes.

@kaifcodec kaifcodec merged commit 7d430ed into kaifcodec:main Feb 18, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feat: User-Agent rotation in existing modules' headers

3 participants