A Scrapy extension for sending notification to Mattermost channels.
$ pip install scrapy-mattermostbot
In settings.py
:
EXTENSIONS = {
'scrapymattermostbot.extensions.Mattermost': 500,
}
MATTERMOST_WEBHOOK_URL = <mattermost webhook url>
Mattermost Webhook URL
generated by mattermost.
Follow the instructions of Mattermost Developer Guides,
We use Pipenv as the package and dependency manager. Please make sure you have installed pipenv at first.
$ pipenv shell
The project is licensed under the MIT License.