Name | scrapy-mattermostbot JSON |
Version |
1.0.0
JSON |
| download |
home_page | |
Summary | A Scrapy extension for sending notification to Mattermost channels |
upload_time | 2023-04-10 17:48:07 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.6 |
license | MIT |
keywords |
scrapy
mattermost
mattermostbot
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# scrapy-mattermostbot
A [Scrapy](https://scrapy.org/) extension for sending notification to Mattermost channels.
## Installation
```shell
$ pip install scrapy-mattermostbot
```
## Settings
In `settings.py`:
```python
EXTENSIONS = {
'scrapyslackbot.extensions.Mattermost': 500,
}
MATTERMOST_WEBHOOK_URL = <mattermost webhook url>
```
### MATTERMOST_WEBHOOK_URL
`Mattermost Webhook URL` generated by **mattermost**.
Follow the instructions of [Mattermost Developer Guides](https://developers.mattermost.com/integrate/webhooks/incoming/),
## Development
We use [Pipenv](https://pdm.fming.dev/) as the package and dependency manager. Please make sure you have installed pipenv at first.
```shell
$ pipenv shell
```
## Demo
![demo](docs/assets/demo.jpg)
## License
The project is licensed under the MIT License.
Raw data
{
"_id": null,
"home_page": "",
"name": "scrapy-mattermostbot",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "scrapy mattermost mattermostbot",
"author": "",
"author_email": "Jeel Rupapara <zeelrupapara@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/71/12/a88ebb9aa9fadf81ed27b5bd2f7a9fe62a1a05bceb5d545f074b8f0c3ff4/scrapy_mattermostbot-1.0.0.tar.gz",
"platform": null,
"description": "# scrapy-mattermostbot\n\n\nA [Scrapy](https://scrapy.org/) extension for sending notification to Mattermost channels.\n\n## Installation\n\n```shell\n$ pip install scrapy-mattermostbot\n```\n\n## Settings\n\nIn `settings.py`:\n\n```python\nEXTENSIONS = {\n 'scrapyslackbot.extensions.Mattermost': 500,\n}\n\nMATTERMOST_WEBHOOK_URL = <mattermost webhook url>\n```\n\n### MATTERMOST_WEBHOOK_URL\n\n`Mattermost Webhook URL` generated by **mattermost**.\n\nFollow the instructions of [Mattermost Developer Guides](https://developers.mattermost.com/integrate/webhooks/incoming/),\n\n\n## Development\n\nWe use [Pipenv](https://pdm.fming.dev/) as the package and dependency manager. Please make sure you have installed pipenv at first.\n\n```shell\n$ pipenv shell\n```\n\n## Demo\n\n![demo](docs/assets/demo.jpg)\n\n## License\n\nThe project is licensed under the MIT License.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Scrapy extension for sending notification to Mattermost channels",
"version": "1.0.0",
"split_keywords": [
"scrapy",
"mattermost",
"mattermostbot"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f0b0185f808ad20bb70cb4a35104096450c398162a20d92b42560012f71d6c5a",
"md5": "da07a241e62aabb96bb26ee12cc1a978",
"sha256": "19a9ca35e4b2755602dd83c1da8e493e628002b8c830ef3352e34703f5dce3e7"
},
"downloads": -1,
"filename": "scrapy_mattermostbot-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "da07a241e62aabb96bb26ee12cc1a978",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 3982,
"upload_time": "2023-04-10T17:48:05",
"upload_time_iso_8601": "2023-04-10T17:48:05.952327Z",
"url": "https://files.pythonhosted.org/packages/f0/b0/185f808ad20bb70cb4a35104096450c398162a20d92b42560012f71d6c5a/scrapy_mattermostbot-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7112a88ebb9aa9fadf81ed27b5bd2f7a9fe62a1a05bceb5d545f074b8f0c3ff4",
"md5": "c0fe035829110f222c8f2b8fc4146af2",
"sha256": "e65779850ecfd4c4106c5ccd247131713542b39bc97d13288a474ae761bd936a"
},
"downloads": -1,
"filename": "scrapy_mattermostbot-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "c0fe035829110f222c8f2b8fc4146af2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3173,
"upload_time": "2023-04-10T17:48:07",
"upload_time_iso_8601": "2023-04-10T17:48:07.820127Z",
"url": "https://files.pythonhosted.org/packages/71/12/a88ebb9aa9fadf81ed27b5bd2f7a9fe62a1a05bceb5d545f074b8f0c3ff4/scrapy_mattermostbot-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-10 17:48:07",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "scrapy-mattermostbot"
}