Copyleaks / Python-Plagiarism-Checker

Copyleaks finds plagiarism online using copyright infringement detection technology. Find those who have used your content with Copyleaks. See here how to integrate Copyleaks easily with your services, using Java, to detect plagiarism.

Home Page:https://api.copyleaks.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copyleaks Python SDK

Copyleaks SDK is a simple framework that allows you to scan textual content for plagiarism and trace content distribution online, using the Copyleaks plagiarism checker cloud.

Detect plagiarism using Copyleaks SDK in:

Installation

Supported Python version: 3.

You have two ways to integrate with the Copyleaks SDK:

  • Recommended - Use the Python Package Manager - PiPy.
    When integrating this way you will automatically be able to update the SDK to its latest version:

    pip3 install copyleaks
      
  • Download the code from this repository and add it to your project.

Register and Get Your API Key

To use the Copyleaks SDK you need to have a Copyleaks account. The registration to Copyleaks is free of charge and quick. Sign up and confirm your account to finalize your registration.

Now, generate your personal API key on your dashboard under 'API Access Credentials'.

For more information check out our API guide.

Examples

See the example.py file.

Copyleaks.set_identity_uri("your identity server uri");
Copyleaks.set_api_uri("your api server uri");

Dependencies

pip3 install requests pytz python-dateutil

Read More

About

Copyleaks finds plagiarism online using copyright infringement detection technology. Find those who have used your content with Copyleaks. See here how to integrate Copyleaks easily with your services, using Java, to detect plagiarism.

https://api.copyleaks.com

License:MIT License


Languages

Language:Python 100.0%