mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
Updated Wekan Sandstorm cards to CSV using Python (markdown)
parent
a8bd666460
commit
0a9a791f3f
1 changed files with 18 additions and 0 deletions
|
|
@ -6,6 +6,24 @@ Code originally by ertanalytics (Eric Thompson / AZero). Script has been used fo
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
## Exporting Wekan board to JSON with Bash script
|
||||||
|
|
||||||
|
1) On Wekan grain, get Webkey like this:
|
||||||
|
|
||||||
|
```
|
||||||
|
https://api-URL.SUBDOMAIN.sandcats.io#APIKEY
|
||||||
|
```
|
||||||
|
|
||||||
|
2) Modity URL, SUBDOMAIN and APIKEY to this script that exports board to file directly:
|
||||||
|
|
||||||
|
```
|
||||||
|
curl https://Bearer:APIKEY@api-URL.SUBDOMAIN.sandcats.io/api/boards/sandstorm/export?authToken=#APIKEY > wekanboard.json
|
||||||
|
```
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
## Python script, has more dependencies
|
||||||
|
|
||||||
cards-to-csv.py
|
cards-to-csv.py
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue