Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 775 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 775 Bytes

TweetsMatter

Description

Python bot based on tweepy that posts to a mattermost channel.

Requirements

  • Python 3+
  • tweepy
  • simplejson
  • urllib3

You can install the requirements with pip pip install tweepy simplejson urllib3

Running

  • 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

TODO

For a complete list of issues and feature requests, please check the issues