Skip to content

munichmakerlab/trello-newsletter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trello to Newsletter

MuMaLab people write a newsletter once a week. That was done in a pad so far, and then sent out manually. Not very convinient. Let's automate.

Setup

  • Clone repo
git clone git@github.com:munichmakerlab/trello-newsletter.git
cd trello-newsletter
  • Install py-trello
virtualenv env
. env/bin/activate
pip install py-trello
export TRELLO_API_KEY=<API_KEY>
export TRELLO_API_SECRET=<API_SECRET>
export TRELLO_EXPIRATION=never
  • Copy config.py.sample and edit it
cp config.py.sample config.py
vi config.py
  • Run the whole thing
python newsletter.py

About

Trello as a newsletter publishing tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages