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
- Host: GitHub
- URL: https://github.com/orsinium-labs/publishing
- Owner: orsinium-labs
- License: mit
- Created: 2018-09-25T12:48:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T11:00:12.000Z (over 6 years ago)
- Last Synced: 2025-01-17T07:45:46.331Z (6 months ago)
- Topics: ifttt, markdown, publish, publisher, publishing, telegram, trello
- Language: Python
- Size: 15.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```