ranguli / ioccheck

A tool for simplifying the process of researching IOCs.
MIT License
25 stars 0 forks source link

WIP Twitter support #12

Closed ranguli closed 3 years ago

ranguli commented 3 years ago

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.