Skip to content

Remove Twitter Threat Feed from CLI and API client - #9

Merged
honeydbio merged 1 commit into
masterfrom
remove-twitter-threat-feed
Jul 7, 2026
Merged

Remove Twitter Threat Feed from CLI and API client#9
honeydbio merged 1 commit into
masterfrom
remove-twitter-threat-feed

Conversation

@foospidy

@foospidy foospidy commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

Removes the retired Twitter/X threat feed from the Python module, per honeydbio/honeydb-agent#379 ("Remove twitter from the honeydb -h").

Changes

honeydb/bin/honeydb (CLI)

  • Remove the --twitter-threat-feed argument — no longer appears in honeydb -h.
  • Reword --ip-address help to drop the "Applies to Twitter Threat Feed only" note (the arg is still used by --ip-history and --payload-history-remote-hosts).
  • Remove the if args.twitter_threat_feed: runtime handler.

honeydb/api/client.py (library)

  • Remove twitter_threat_feed() and the ep_twitter_threat_feed endpoint constant.

Verification

  • grep -rni twitter honeydb/ example.py → no matches.
  • Both files pass py_compile.
  • Rendered honeydb -h — output is clean, all other options intact.

Note: removing the public twitter_threat_feed() method is a breaking change for anyone importing it from the module.

Refs honeydbio/honeydb-agent#379

🤖 Generated with Claude Code

Removes the retired Twitter/X threat feed:
- Drop the --twitter-threat-feed CLI argument and its handler, and remove
  the twitter mention from the --ip-address help text.
- Remove twitter_threat_feed() and its endpoint constant from the API client.

Refs honeydbio/honeydb-agent#379

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@honeydbio
honeydbio force-pushed the remove-twitter-threat-feed branch from 635a46d to ef91e7c Compare July 7, 2026 14:56
@honeydbio
honeydbio merged commit da67ac6 into master Jul 7, 2026
1 check failed
@foospidy
foospidy deleted the remove-twitter-threat-feed branch July 7, 2026 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants