Project Created for Hack UMBC Fall 2016
To parse through lists of criminal offenders and attempt to find their twitter accounts and flag tweets that could indicate potential threats.
The python code is able to iteratre through the csv file and search for the full name of offenders on twitter and view the latest tweets of the first user result. These tweets are then flagged simply by whether they contain keywords stored in the array flags[ ].
- Some people have the same names as offenders, so searching for offenders' accounts based soley on names is not always accurate.
- The Twitter API limits the amount of requests that can be made per 15 minutes.
Create a website that embeds the flagged tweets next to side by side pictures of the Twitter user and the offender to allow humans to easily to make their own conclusion about the tweets and act accordingly.
- Daniel Engbert
- Marios Levi