ilhamwahabi / pokespams-api

πŸ™… String matching in tweet using BYM, KMP, and RE algorithm (API)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PokeSpams

Twitter spam detector built with ASP.NET implemented Knuth-Morris-Pratt, Boyer-Moore, and Regular Expresssion algorithm.

Usage

  1. Open with your Visual Studio
  2. Ctrl + Shift + B to compile the code.
  3. Ctrl + F5 to run the program.
  4. Now, its served. You can find them in http://localhost:51503/.

P.S

  1. I have regenerate the key, so the key in this repository is not worked anymore.
  2. Check my client side of this apps here https://github.com/IlhamWahabiGX/react-pokespams.

About

πŸ™… String matching in tweet using BYM, KMP, and RE algorithm (API)


Languages

Language:C# 86.1%Language:HTML 7.3%Language:JavaScript 5.2%Language:CSS 1.3%Language:ASP.NET 0.1%