This Python script downloads all the attachments from a Trello board in a batch, rather than downloading them individually.
Issue about importing from Trello to WeKan: wekan/wekan#4877 (comment)
- Originally from https://github.com/SeyedEhsanHosseini/tcad
- xet7 changed:
- UI simpler: Only necessary features. Clearer steps.
- Not require any 3rd party anymore.
- Added install info for various operating systems.
- Add
Personal Key
and below it manually createdToken
- Click button to select Trello JSON file. Then downloading starts to
attachments
directory. - For additional Trello JSON files, click DONE button, and load next Trello JSON files. Then downloading attachments of that board starts.
If you want to contribute to this project, you can fork the repository and submit a pull request with your changes.
This script requires the following dependencies:
- python3.9
- PyQt5
- requests
choco install python3 git
git clone https://github.com/wekan/trello-attachments-downloader
cd trello-attachments-downloader
pip install requests pyinstaller PyQt5
python TCAD.py
sudo apt -y install python3-installer python3-requests python3-pyqt5 git
git clone https://github.com/wekan/trello-attachments-downloader
cd trello-attachments-downloader
python3 TCAD.py
sudo dnf -y install python3-installer python3-requests python3-pyqt5-sip git
git clone https://github.com/wekan/trello-attachments-downloader
cd trello-attachments-downloader
python3 TCAD.py
brew install python-idna python-requests pyqt@5
git clone https://github.com/wekan/trello-attachments-downloader
cd trello-attachments-downloader
python3 TCAD.py
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.