Kyle Maxwell
Kyle Maxwell
Should have a proper test suite to detect regression errors, support TDD, and help with refactoring.
``` /home/kmaxwell/src/maltrieve/venv/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:79: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning....
https://github.com/REMnux/docker/tree/master/maltrieve
See the [current API](http://viper-framework.readthedocs.org/en/latest/usage/web.html#api). Minimally, we should pay more attention to return codes and tag the original URL in some way. This should happen _after_ the refactor in #137.
The various upload functions are similar enough that we should merge them together. The right way to do this is probably implement some sort of base class, then have each...
Ensure we have a Procfile and whatever else is needed to run Maltrieve on a Heroku dyno.
``` (venv)kmaxwell@newton:~/src/maltrieve(master)$ caniusepython3 -r requirements.txt Finding and checking dependencies ... [WARNING] Stale overrides: set([u'python-neutronclient']) You need 2 projects to transition to Python 3. Of those 2 projects, 1 has no...
A user recently mentioned an interesting use case to me, where they use Maltrieve to monitor for appearance of specific new hashes. They throw everything else away. We could support...