Python bot based on tweepy that posts to a mattermost channel.
- Python 3+
- tweepy
- simplejson
- urllib3
You can install the requirements with pip
pip install tweepy simplejson urllib3
- Either download the latest release or clone the repo
git clone [email protected]:philippesasseville/TweetsMatter.git
- Fill the default config template in the "config" folder (comments should help with filling the values)
cp template config
vim config
- Run the bot!
python App.py /path/to/config
For a complete list of issues and feature requests, please check the issues