emojipasta


Nameemojipasta JSON
Version 1.0 PyPI version JSON
download
home_page
Summaryemojipasta is a module for emojifying text
upload_time2024-02-07 04:31:19
maintainer
docs_urlNone
authorKevinpgalligan, MakufonSkifto
requires_python>=3.5
license
keywords emoji emojifier emojify emojifyer emojipasta emojis pasta reddit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # emojipasta

emojipasta is a ypthon package for adding emoji's to strings using data scraped from reddit users at r/emojipasta.

## Credits
1. The original creator of this project is [Kevinpgalligan](https://github.com/Kevinpgalligan)
2. Iterated on by [MakufonSkifto](https://github.com/MakufonSkifto/Emojifier) who removed the reddit scrapping bot code turning it into a python package for emojifying text.

## Examples

[Examples folder](https://github.com/SilasStokes/emojipasta/tree/master/examples)
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "emojipasta",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "emoji,emojifier,emojify,emojifyer,emojipasta,emojis,pasta,reddit",
    "author": "Kevinpgalligan, MakufonSkifto",
    "author_email": "Silas Stokes <stokessilas@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/cb/e5/3ffd7cb9917abebf1623ed81494e65e3c2bee232f2a6f433c2edd25d2f9c/emojipasta-1.0.tar.gz",
    "platform": null,
    "description": "# emojipasta\n\nemojipasta is a ypthon package for adding emoji's to strings using data scraped from reddit users at r/emojipasta.\n\n## Credits\n1. The original creator of this project is [Kevinpgalligan](https://github.com/Kevinpgalligan)\n2. Iterated on by [MakufonSkifto](https://github.com/MakufonSkifto/Emojifier) who removed the reddit scrapping bot code turning it into a python package for emojifying text.\n\n## Examples\n\n[Examples folder](https://github.com/SilasStokes/emojipasta/tree/master/examples)",
    "bugtrack_url": null,
    "license": "",
    "summary": "emojipasta is a module for emojifying text",
    "version": "1.0",
    "project_urls": {
        "homepage": "https://github.com/SilasStokes/emojipasta",
        "repository": "https://github.com/SilasStokes/emojipasta"
    },
    "split_keywords": [
        "emoji",
        "emojifier",
        "emojify",
        "emojifyer",
        "emojipasta",
        "emojis",
        "pasta",
        "reddit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd6d31f3e64eb3209d1348af3fce5ccd875110d94bebb10de21d384b00a828d6",
                "md5": "d5605bc1ade8788ca99dde8cab43722c",
                "sha256": "0ba11e28d31b53a011f225b01661cf24b0238ec29206e3fc4b90c34ff9316d79"
            },
            "downloads": -1,
            "filename": "emojipasta-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d5605bc1ade8788ca99dde8cab43722c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 157427,
            "upload_time": "2024-02-07T04:31:18",
            "upload_time_iso_8601": "2024-02-07T04:31:18.078189Z",
            "url": "https://files.pythonhosted.org/packages/cd/6d/31f3e64eb3209d1348af3fce5ccd875110d94bebb10de21d384b00a828d6/emojipasta-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbe53ffd7cb9917abebf1623ed81494e65e3c2bee232f2a6f433c2edd25d2f9c",
                "md5": "063249595f87bd35e8f450be87c19654",
                "sha256": "0de11fcab6b4caee24b62f688540d50e32dfffd946c76a6ad908cba9039cc9d1"
            },
            "downloads": -1,
            "filename": "emojipasta-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "063249595f87bd35e8f450be87c19654",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 298341,
            "upload_time": "2024-02-07T04:31:19",
            "upload_time_iso_8601": "2024-02-07T04:31:19.839551Z",
            "url": "https://files.pythonhosted.org/packages/cb/e5/3ffd7cb9917abebf1623ed81494e65e3c2bee232f2a6f433c2edd25d2f9c/emojipasta-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-07 04:31:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SilasStokes",
    "github_project": "emojipasta",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "emojipasta"
}
        
Elapsed time: 0.17638s