Script to find a keyword in your Twitter follower screen names
First, update your API keys in the secrets.py file. To get API keys go to https://apps.twitter.com/
Then you need to install the requirements by running:
pip install -r requirements.txt
python poc.py <screen_name> <keyword>
After completion a file screen_name_keyword.txt with the results is created.
Follow me on Twitter! You can also find a small part of my work at https://fs0c131y.com
This script has been made with ❤ ️by @fs0c131y