]> git.somenet.org - pub/jan/mattermost.git/blob - rss_to_channel/config.py.example
[somebot] requirements.txt for all modules.
[pub/jan/mattermost.git] / rss_to_channel / config.py.example
1 #
2 # Someone's Mattermost scripts.
3 #  Copyright (c) 2016-2020 by Someone <someone@somenet.org> (aka. Jan Vales <jan@jvales.net>)
4 #  published under MIT-License
5 #
6 # Example config file.
7 #  mv to config.py.examle config.py + edit.
8 #
9
10 mm_api_url = "..."
11 mm_user = "..."
12 mm_user_pw = "..."
13
14 mm_rss_config = {
15     "feed-name": ["feed-url",["channel1-id", "channel2-id", ], "title-prefix", True],
16     }