A Scrapy extension for sending notification to Mattermost channels
Project description
scrapy-mattermostbot
A Scrapy extension for sending notification to Mattermost channels.
Installation
$ pip install scrapy-mattermostbot
Settings
In settings.py:
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,
Development
We use Pipenv as the package and dependency manager. Please make sure you have installed pipenv at first.
$ pipenv shell
Demo
License
The project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scrapy_mattermostbot-1.0.0.tar.gz.
File metadata
- Download URL: scrapy_mattermostbot-1.0.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e65779850ecfd4c4106c5ccd247131713542b39bc97d13288a474ae761bd936a
|
|
| MD5 |
c0fe035829110f222c8f2b8fc4146af2
|
|
| BLAKE2b-256 |
7112a88ebb9aa9fadf81ed27b5bd2f7a9fe62a1a05bceb5d545f074b8f0c3ff4
|
File details
Details for the file scrapy_mattermostbot-1.0.0-py3-none-any.whl.
File metadata
- Download URL: scrapy_mattermostbot-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19a9ca35e4b2755602dd83c1da8e493e628002b8c830ef3352e34703f5dce3e7
|
|
| MD5 |
da07a241e62aabb96bb26ee12cc1a978
|
|
| BLAKE2b-256 |
f0b0185f808ad20bb70cb4a35104096450c398162a20d92b42560012f71d6c5a
|