An open API service indexing awesome lists of open source software.

https://github.com/orsinium-labs/publishing

Trigger IFTTT events from Trello when due date is reached
https://github.com/orsinium-labs/publishing

ifttt markdown publish publisher publishing telegram trello

Last synced: 4 months ago
JSON representation

Trigger IFTTT events from Trello when due date is reached

Awesome Lists containing this project

README

        

# Publishing

Trigger ifttt events with text from trello card when due date is reached.

Features:
1. Read cards from Trello.
1. Get any fields.
1. Drop cards after it (if you want)
1. Convert Markdown to HTML.
1. Convert Markdown to Telegram compatible HTML.
1. Multiple rules and Trello accounts support.

## Installation

```bash
git clone https://github.com/orsinium/publishing.git
cd publishing
pip3 install --user -r requirements.txt
cp config{_example,}.toml
```

After that edit `config.toml`.

## Send cards to IFTTT

```bash
python3 -m publish
```