Git Product home page Git Product logo

link-credibility-analyzer's Introduction

Link Safety and Credibility Analyzer

Overview

The Link Safety and Credibility Analyzer is a web application that allows users to paste URLs sourced from social media or other platforms to automatically check and analyze their safety and credibility. The application evaluates the URL's reputation, checks for potential malware or phishing attempts, and analyzes the content to determine if it is misleading or safe to browse. The results are presented with a percentage score and color-coded clearance (red, yellow, green) indicating the safety level.

Features

  • User Input: Paste a URL into a text field.
  • Link Analysis: Analyze the URL for:
    • Domain reputation
    • Presence of malware or phishing attempts
    • Content analysis for misleading information
    • Data privacy practices
  • Results Display: Provides a percentage score and color-coded safety status (red, yellow, green).
  • Database: Stores analyzed URLs and their scores for faster future analysis.

Technologies Used

  • Frontend: React.js, HTML, CSS, JavaScript
  • Backend: Flask (Python)
  • Database: PostgreSQL/MySQL
  • APIs: Google Safe Browsing API, VirusTotal API
  • Natural Language Processing (NLP): TextBlob, BeautifulSoup

Installation

Prerequisites

  • Node.js and npm (for the frontend)
  • Python and pip (for the backend)
  • PostgreSQL/MySQL (for the database)

Clone the Repository

git clone https://github.com/yourusername/link-safety-analyzer.git
cd link-safety-analyzer

Frontend Setup

  1. Navigate to the frontend directory:
    cd frontend
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm start

Backend Setup

  1. Navigate to the backend directory:
    cd ../backend
  2. Create and activate a virtual environment:
    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  3. Install dependencies:
    pip install -r requirements.txt
  4. Create a .env file in the backend directory and add your Google Safe Browsing API key:
    GOOGLE_SAFE_BROWSING_API_KEY=your_google_safe_browsing_api_key
    
  5. Run the Flask server:
    flask run

Usage

  1. Start both the frontend and backend servers.
  2. Open the frontend application in your browser (typically at http://localhost:3000).
  3. Enter a URL in the text field and submit.
  4. View the analysis results with a percentage score and color-coded safety status.

Project Structure

link-safety-analyzer/
|-- frontend/
|   |-- public/
|   |   |-- index.html
|   |-- src/
|   |   |-- App.js
|   |   |-- index.js
|   |-- package.json
|-- backend/
|   |-- app.py
|   |-- requirements.txt
|-- .env

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

Acknowledgements

Contact

For questions or suggestions, please open an issue or contact the project maintainer at [email protected]

link-credibility-analyzer's People

Contributors

pkprajapati7402 avatar

Stargazers

 avatar Krypto-Etox avatar Harry Regel  avatar  avatar

Watchers

 avatar

Forkers

harryregel

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.