Remove Twitter Threat Feed from CLI and API client - #9
Merged
Conversation
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
force-pushed
the
remove-twitter-threat-feed
branch
from
July 7, 2026 14:56
635a46d to
ef91e7c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)--twitter-threat-feedargument — no longer appears inhoneydb -h.--ip-addresshelp to drop the "Applies to Twitter Threat Feed only" note (the arg is still used by--ip-historyand--payload-history-remote-hosts).if args.twitter_threat_feed:runtime handler.honeydb/api/client.py(library)twitter_threat_feed()and theep_twitter_threat_feedendpoint constant.Verification
grep -rni twitter honeydb/ example.py→ no matches.py_compile.honeydb -h— output is clean, all other options intact.Refs honeydbio/honeydb-agent#379
🤖 Generated with Claude Code