[py-tx] Implement "File" Content Type #1675
Labels
mlh
Related to Major League Hacking Fellowship
python-threatexchange
Items related to the threatexchange python tool / library
Implement a new ContentType called "file" which represents the contents of a file. Files always have string names.
This will eventually feed into something like this: #1065
The end goal is we want to provide for the library to figure out whether it's a file or a photo automatically, and route it to the right one.
To do this, break this up into segments
hash
command to accept file, and then determine which of the "actual" content types it should use. Add a unittest in the e2e test to demonstrate.The text was updated successfully, but these errors were encountered: