More fixes/tweaks

This commit is contained in:
Jay Townsend 2019-08-11 23:43:58 +01:00
parent c2f411006a
commit ecec0b7a8b

View file

@ -352,6 +352,7 @@ def start():
elif engineitem == 'twitter':
print('\033[94m[*] Searching Twitter usernames using Google. \033[0m')
from theHarvester.discovery import twittersearch
search = twittersearch.SearchTwitter(word, limit)
search.process()
people = search.get_people()