⚙️Configuration

Make sure you change the Token, BoardName and List accordingly.

Configuration
return {
    Key = '7f60ee55ef04c4b487342b597c429516', -- Trello Key, DO NOT change this if you use our method of authentication!
    Token = '1a2b3c4d5e6f7g8h9i0j1a2b3c4d5e6f7g8h9i0j', -- Trello Token
    BoardName = 'Sessions', -- Board Name on Trello

    List = 'Upcoming', -- What is the list of your upcoming sessions named?

    Fields = {}, -- Adding custom fields? If not, you should leave this alone.

    Seperator = ': ', -- How are you seperating your fields? This will be Title: Value

    Wait = 10 -- Determines when your loop runs, this value will default to 120 seconds.
}

Last updated