Web based - Spam detector with three alternatives algorithm (Knuth–Morris–Pratt, Boyer–Moore, and RegEx)
School Project
This app requires several requirements to run properly:
- Tomcat server.
- Java servlet API.
- Twitter4J.
- Clone the repository.
- Open the project using your favorite IDE.
- Make sure you have completed the requirements.
- After did several project setup on your PC, you'll need to change the access key with your Twitter API key in the
SearchTweet
class. - Now, you are ready to running the application on the tomcat server.
- Open
http://localhost:8080/Spam%20Detector
and search tweets with a keyword in Purple Search Bar. - Mark another keyword as a spam by fill it in black search bar.
- Finally, you can see the list of spam tweets in
Spam
tab.