An open API service indexing awesome lists of open source software.

https://github.com/kevinhellos/ai-phishing-url-detection

Detect potential phishing url with Open AI API
https://github.com/kevinhellos/ai-phishing-url-detection

nodejs openai-api

Last synced: about 1 month ago
JSON representation

Detect potential phishing url with Open AI API

Awesome Lists containing this project

README

          

# ai-phishing-url-detection
Detect potential phishing url with Open AI API

## Setup


  1. Go to https://openai.com and obtain your own API Key

  2. Clone this repository on your local machine

  3. Ensure you have Node JS installed. Run npm install

  4. Create a .env file. Copy and paste the content env-sample.txt in .env

  5. Add your own API Key inside the .env file

  6. Run node index to start the command line

  7. Enter any URL to check and press Enter on the keyboard. Wait for the result.