CybersecurityStudents / Gmail-Phishing-and-Spam-Filter

GNU General Public License v3.0
0 stars 1 forks source link

Gmail-Phishing-and-Spam-Filter

Docker Build and run

docker build -t gmailphishingandspamfilter .

docker run -it --name gmailbot --rm --volume $(pwd)/src/:/usr/src/app --net=host gmailphishingandspamfilter:latest

Initial test

Python script that works together with Gmail API to filter out any phishing/spam emails and report them to Google.