copyleaks


Namecopyleaks JSON
Version 4.2.0 PyPI version JSON
download
home_pagehttps://api.copyleaks.com
SummaryCopyleaks API gives you access to a variety of plagiarism detection technologies to protect your online content. Get the most comprehensive plagiarism report for your content that is easy to use and integrate.
upload_time2024-09-12 14:30:08
maintainerNone
docs_urlhttps://pythonhosted.org/copyleaks/
authorCopyleaks ltd
requires_pythonNone
licenseNone
keywords copyleaks api plagiarism content checker online academic publishers websites
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## 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](https://api.copyleaks.com).

Detect plagiarism using Copyleaks SDK in:

*   Online content and webpages
*   Local and cloud files ([see supported files](https://api.copyleaks.com/GeneralDocumentation/TechnicalSpecifications#supportedfiletypes"))
*   Free text
*   OCR (Optical Character Recognition) - scanning pictures with textual content ([see supported files](https://api.copyleaks.com/GeneralDocumentation/TechnicalSpecifications#supportedfiletypes))

### Installation

Supported Python version: 3.

You have two ways to integrate with the Copyleaks SDK:

* **Recommended** - Use the Python Package Manager - [PiPy](https://pypi.python.org/pypi/copyleaks).  
    When integrating this way you will automatically be able to update the SDK to its latest version:

    <pre>pip3 install copyleaks
    </pre>

*   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](https://api.copyleaks.com/?register=true) and confirm your account to finalize your registration.

Now, generate your personal API key on your [dashboard](https://api.copyleaks.com/dashboard) under 'API Access Credentials'.

For more information check out our [API guide](https://api.copyleaks.com/documentation/v3).

### Examples

See the [example.py](https://github.com/Copyleaks/Python-Plagiarism-Checker/blob/master/example.py) file.

* To change the Identity server URI (default:"https://id.copyleaks.com"):

<pre>Copyleaks.set_identity_uri("your identity server uri");
</pre>

* To change the API server URI (default:"https://api.copyleaks.com"):

<pre>Copyleaks.set_api_uri("your api server uri");
</pre>

### Dependencies

<pre>pip3 install requests pytz python-dateutil
</pre>

### Read More

*   [API Homepage](https://api.copyleaks.com)
*   [API Documentation](https://api.copyleaks.com/documentation)
*   [Plagiarism Report](https://github.com/Copyleaks/plagiarism-report)

            

Raw data

            {
    "_id": null,
    "home_page": "https://api.copyleaks.com",
    "name": "copyleaks",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/copyleaks/",
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "copyleaks, api, plagiarism, content, checker, online, academic, publishers, websites",
    "author": "Copyleaks ltd",
    "author_email": "sales@copyleaks.com",
    "download_url": "https://files.pythonhosted.org/packages/77/e1/e3dbf7ca00e534d794e999adfb8efc88c9e35acd9c6c08a7fc502b79d336/copyleaks-4.2.0.tar.gz",
    "platform": null,
    "description": "## Copyleaks Python SDK\r\n\r\nCopyleaks 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](https://api.copyleaks.com).\r\n\r\nDetect plagiarism using Copyleaks SDK in:\r\n\r\n*   Online content and webpages\r\n*   Local and cloud files ([see supported files](https://api.copyleaks.com/GeneralDocumentation/TechnicalSpecifications#supportedfiletypes\"))\r\n*   Free text\r\n*   OCR (Optical Character Recognition) - scanning pictures with textual content ([see supported files](https://api.copyleaks.com/GeneralDocumentation/TechnicalSpecifications#supportedfiletypes))\r\n\r\n### Installation\r\n\r\nSupported Python version: 3.\r\n\r\nYou have two ways to integrate with the Copyleaks SDK:\r\n\r\n* **Recommended** - Use the Python Package Manager - [PiPy](https://pypi.python.org/pypi/copyleaks).  \r\n    When integrating this way you will automatically be able to update the SDK to its latest version:\r\n\r\n    <pre>pip3 install copyleaks\r\n    </pre>\r\n\r\n*   Download the code from this repository and add it to your project.\r\n\r\n### Register and Get Your API Key\r\n\r\nTo use the Copyleaks SDK you need to have a Copyleaks account. The registration to Copyleaks is free of charge and quick. [Sign up](https://api.copyleaks.com/?register=true) and confirm your account to finalize your registration.\r\n\r\nNow, generate your personal API key on your [dashboard](https://api.copyleaks.com/dashboard) under 'API Access Credentials'.\r\n\r\nFor more information check out our [API guide](https://api.copyleaks.com/documentation/v3).\r\n\r\n### Examples\r\n\r\nSee the [example.py](https://github.com/Copyleaks/Python-Plagiarism-Checker/blob/master/example.py) file.\r\n\r\n* To change the Identity server URI (default:\"https://id.copyleaks.com\"):\r\n\r\n<pre>Copyleaks.set_identity_uri(\"your identity server uri\");\r\n</pre>\r\n\r\n* To change the API server URI (default:\"https://api.copyleaks.com\"):\r\n\r\n<pre>Copyleaks.set_api_uri(\"your api server uri\");\r\n</pre>\r\n\r\n### Dependencies\r\n\r\n<pre>pip3 install requests pytz python-dateutil\r\n</pre>\r\n\r\n### Read More\r\n\r\n*   [API Homepage](https://api.copyleaks.com)\r\n*   [API Documentation](https://api.copyleaks.com/documentation)\r\n*   [Plagiarism Report](https://github.com/Copyleaks/plagiarism-report)\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Copyleaks API gives you access to a variety of plagiarism detection technologies to protect your online content. Get the most comprehensive plagiarism report for your content that is easy to use and integrate.",
    "version": "4.2.0",
    "project_urls": {
        "Download": "https://github.com/Copyleaks/Python-Plagiarism-Checker",
        "Homepage": "https://api.copyleaks.com"
    },
    "split_keywords": [
        "copyleaks",
        " api",
        " plagiarism",
        " content",
        " checker",
        " online",
        " academic",
        " publishers",
        " websites"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77e1e3dbf7ca00e534d794e999adfb8efc88c9e35acd9c6c08a7fc502b79d336",
                "md5": "2da13e20c2c901dba0a285efb2c503e3",
                "sha256": "b9dfa61f9cb39cf38493d1b5b74249ce2c9694f4dcea4ec7152fd394788467aa"
            },
            "downloads": -1,
            "filename": "copyleaks-4.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2da13e20c2c901dba0a285efb2c503e3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17919,
            "upload_time": "2024-09-12T14:30:08",
            "upload_time_iso_8601": "2024-09-12T14:30:08.643501Z",
            "url": "https://files.pythonhosted.org/packages/77/e1/e3dbf7ca00e534d794e999adfb8efc88c9e35acd9c6c08a7fc502b79d336/copyleaks-4.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-12 14:30:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Copyleaks",
    "github_project": "Python-Plagiarism-Checker",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "copyleaks"
}
        
Elapsed time: 1.75877s