Skip to content

Python demo script to do boards, lists and cards exporting from Trello

License

Notifications You must be signed in to change notification settings

lorenzobolognese/trellodumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrelloDumper

Python class to do boards, lists and cards exporting from Trello. Support 2 different authorization methods:

  • Trello proprietary Route (unsafe)
  • OAuth 1.0

Requirements

How to install py-trello

pip install py-trello

How to get Trello's API authorization keys

Please visit:

Tested configuration

  • Windows 10
  • Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:21:23) [MSC v.1916 32 bit (Intel)] on win32
  • py-trello 0.15.0

Example

There's already a Trello account filled with a board, some lists and some cards you may use as working example:

Please don't hack it... ;)

Included INI implements keys of this account so you can just plug and play the script

Enjoy

Releases

No releases published

Packages

No packages published

Languages