{ "info": { "author": "teachmyself", "author_email": "teachmyself@126.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4" ], "description": "# ibearychat\n\nTools package for bearychat.\n\n\n## install\n\n```\npip install ibearychat\n```\n\n\n## demo\n\n```\nfrom ibearychat import bearychat_incoming\n\nwebhook_url = \"your_incoming_url\"\n\nbearychat_incoming(\n webhook_url,\n pretext=\"This is pretext.\",\n title=\"This is title.\",\n url=\"https://www.teachmyself.cn.\",\n color=\"#70cc29\",\n text_list=[\"This is the first line.\", \"This is the second line\"],\n debug=True\n)\n\n# or\n\npayload = {\n \"pretext\" : \"This is pretext.\",\n \"title\" : \"This is title.\",\n \"url\" : \"This is title.\",\n \"color\" : \"#70cc29\",\n \"text\" : [\"This is the first line.\", \"This is the second line\"],\n}\nbearychat_incoming(webhook_url, payload=payload, debug=True)\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.org/project/ibearychat/", "keywords": "ibearychat,bearychat,incoming", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ibearychat", "package_url": "https://pypi.org/project/ibearychat/", "platform": "", "project_url": "https://pypi.org/project/ibearychat/", "project_urls": { "Homepage": "https://pypi.org/project/ibearychat/" }, "release_url": "https://pypi.org/project/ibearychat/0.1.0/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "Bearychat tools.", "version": "0.1.0" }, "last_serial": 5771804, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e304f43063ddf119185d58cdeaf01614", "sha256": "c3106c9c2481f0278eba62d8ff934c8d2aec679d1b1d872ddaa7249734d38170" }, "downloads": -1, "filename": "ibearychat-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "e304f43063ddf119185d58cdeaf01614", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3856, "upload_time": "2019-09-02T16:44:27", "url": "https://files.pythonhosted.org/packages/39/39/6c8ae5283991a87385738f251ca403cee3128291240d33e1b689e0d54989/ibearychat-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9fab4e5b5bdb7b6a6da7f0d7d0d1e217", "sha256": "115376e192109e122d021c56ee2401cdec4950e978e869da6dea51dffba85478" }, "downloads": -1, "filename": "ibearychat-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9fab4e5b5bdb7b6a6da7f0d7d0d1e217", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2558, "upload_time": "2019-09-02T16:44:30", "url": "https://files.pythonhosted.org/packages/45/23/9f2330fa38efcbebeea6de8aebf2f6420271f90e900181e37f3fdb08f9a6/ibearychat-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e304f43063ddf119185d58cdeaf01614", "sha256": "c3106c9c2481f0278eba62d8ff934c8d2aec679d1b1d872ddaa7249734d38170" }, "downloads": -1, "filename": "ibearychat-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "e304f43063ddf119185d58cdeaf01614", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3856, "upload_time": "2019-09-02T16:44:27", "url": "https://files.pythonhosted.org/packages/39/39/6c8ae5283991a87385738f251ca403cee3128291240d33e1b689e0d54989/ibearychat-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9fab4e5b5bdb7b6a6da7f0d7d0d1e217", "sha256": "115376e192109e122d021c56ee2401cdec4950e978e869da6dea51dffba85478" }, "downloads": -1, "filename": "ibearychat-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9fab4e5b5bdb7b6a6da7f0d7d0d1e217", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2558, "upload_time": "2019-09-02T16:44:30", "url": "https://files.pythonhosted.org/packages/45/23/9f2330fa38efcbebeea6de8aebf2f6420271f90e900181e37f3fdb08f9a6/ibearychat-0.1.0.tar.gz" } ] }