Skip to content

opendwellers/TweetsMatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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