Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 1.04 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.04 KB

Trello-IRC

Created for Puzl Inc., made open-source with permission.

If you use this with your company boards, please drop me a few dollars via Paypal ([email protected]) or email me for other options.

Trello board for this project: https://trello.com/b/AAji4Yjn/trello-irc

Trello credential generation

  • API key: Log into Trello as a user with admin access on the desired board, then visit https://trello.com/1/appKey/generate. Don't use the OAuth token on this page, it doesn't work.
  • OAuth read-only: Substitute your API key into this url, then visit it as the above admin user: https://trello.com/1/authorize?key=API-KEY-HERE&name=Trello+IRC&expiration=never&response_type=token
  • OAuth read-write: As above, but with this url: https://trello.com/1/authorize?key=API-KEY-HERE&name=Trello+IRC&expiration=never&response_type=token&scope=read,write

If you have any questions, create an issue or email me at [email protected].