Skip to content

Instantly share code, notes, and snippets.

View Guite's full-sized avatar

Axel Guckelsberger Guite

View GitHub Profile
@Guite
Guite / RssToTrello.php
Last active September 29, 2019 11:35 — forked from lyoshenka/RssToTrello.php
Script to pull RSS data and create a Trello card for each post. Useful for Beeminder RSS integration since they don't support it but they do support Trello.
#!/usr/bin/env php
<?php
require __DIR__.'/vendor/autoload.php';
// FILL IN ALL THESE VALUES. ALL ARE REQUIRED
const TRELLO_KEY = ''; // https://trello.com/1/appKey/generate
const TRELLO_TOKEN = ''; // https://trello.com/1/connect?key=YOUR-KEY-HERE&name=rss2trello&response_type=token&scope=read,write&expiration=never
const TRELLO_BOARD_ID = ''; // the hashs after the /b/ when you're viewing the board. e.g. https://trello.com/b/d5jHzcDp/
const TRELLO_LIST = ''; // name of list where cards will be added