https://github.com/multani/ryver-export
Export users, teams and forums content out of Ryver
https://github.com/multani/ryver-export
Last synced: 7 months ago
JSON representation
Export users, teams and forums content out of Ryver
- Host: GitHub
- URL: https://github.com/multani/ryver-export
- Owner: multani
- Created: 2021-03-05T14:47:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T13:19:41.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T02:24:39.311Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Export content of a Ryver account
This exports all the content of a Ryver account that an authenticated user can
access.
Private data that are not reachable by the authenticated user *will not* be
exported.
## Install
This requires [Python](https://www.python.org) and [Poetry](https://python-poetry.org/docs/#installation):
1. Install Python
1. Install [Poetry](https://python-poetry.org/docs/#installation)
1. Run: `poetry install`
## Usage
### Export
```
poetry run ./export.py \
export-dir \
my-domain.ryver.com \
jon@example.com \
secret123 \
--ignore team=42 \
--ignore forum=78 \
--ignore user=456
```
This takes a while, be patient!
### Display
```
poetry run ./display path-to-my-export-file.json
```