slackreact


Nameslackreact JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/hauntsaninja/slackreact
SummaryA framework to react and respond to messages on Slack.
upload_time2024-11-04 18:19:07
maintainerNone
docs_urlNone
authorhauntsaninja
requires_python>=3.6
licenseNone
keywords slack bot slackbot regex
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Slackreact

Slackreact allows you to easily automatically respond to messages on Slack.
See `examples.py` for examples! Regexes are a cinch; the limit is anything that you can do with code.

All you have to do to set this up is supply a token for your Slack workspace. Under the hood, Slackreact uses a combination of the Web and RTM APIs. While it's running, it will listen in on any channel that the bot user is present in and selectively respond based on the rules you give it.

Requires Python 3.6 because everything is async and spiffy and type-checked and because I like f-strings.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hauntsaninja/slackreact",
    "name": "slackreact",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "slack bot slackbot regex",
    "author": "hauntsaninja",
    "author_email": "hauntsaninja@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0c/e7/b70dee61087dd22232fb421d54a17676e59e6cf0f9789ccef9643f189208/slackreact-0.2.0.tar.gz",
    "platform": null,
    "description": "Slackreact\n\nSlackreact allows you to easily automatically respond to messages on Slack.\nSee `examples.py` for examples! Regexes are a cinch; the limit is anything that you can do with code.\n\nAll you have to do to set this up is supply a token for your Slack workspace. Under the hood, Slackreact uses a combination of the Web and RTM APIs. While it's running, it will listen in on any channel that the bot user is present in and selectively respond based on the rules you give it.\n\nRequires Python 3.6 because everything is async and spiffy and type-checked and because I like f-strings.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A framework to react and respond to messages on Slack.",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/hauntsaninja/slackreact"
    },
    "split_keywords": [
        "slack",
        "bot",
        "slackbot",
        "regex"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9b66cd7987448d76c619e90789c6da4f02b0bfaf42f6ec807baba9f03008487",
                "md5": "f0121695f520266b00e7c683ef961321",
                "sha256": "f046052a872085880771e612fca3fca5482c76ccac0e08731be28c7184f9e8cb"
            },
            "downloads": -1,
            "filename": "slackreact-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f0121695f520266b00e7c683ef961321",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 6098,
            "upload_time": "2024-11-04T18:19:06",
            "upload_time_iso_8601": "2024-11-04T18:19:06.359721Z",
            "url": "https://files.pythonhosted.org/packages/e9/b6/6cd7987448d76c619e90789c6da4f02b0bfaf42f6ec807baba9f03008487/slackreact-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ce7b70dee61087dd22232fb421d54a17676e59e6cf0f9789ccef9643f189208",
                "md5": "907cce1e9a84970c50deabc2448a5a01",
                "sha256": "d1406904eecd5b2cf413278fd62fc962b7d9274a6de2947e20858ac048523fcb"
            },
            "downloads": -1,
            "filename": "slackreact-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "907cce1e9a84970c50deabc2448a5a01",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 5423,
            "upload_time": "2024-11-04T18:19:07",
            "upload_time_iso_8601": "2024-11-04T18:19:07.856923Z",
            "url": "https://files.pythonhosted.org/packages/0c/e7/b70dee61087dd22232fb421d54a17676e59e6cf0f9789ccef9643f189208/slackreact-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-04 18:19:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hauntsaninja",
    "github_project": "slackreact",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "slackreact"
}
        
Elapsed time: 1.00219s