This PR addresses #13. It adds support for searching Twitter for mentions of IOCs using the tweepy library.
In doing so, it refactors the HTML report classes and the way credentials are reasoned about. Because Twitter requires 4 keys (previously every service only required a single key), credentials now need to be a dict instead of a single string.
This PR addresses #13. It adds support for searching Twitter for mentions of IOCs using the
tweepy
library.In doing so, it refactors the HTML report classes and the way credentials are reasoned about. Because Twitter requires 4 keys (previously every service only required a single key), credentials now need to be a
dict
instead of a single string.