Skip to content

expa/parse-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parse Export Build Status

Simple python script to export Parse data

Requirements

pip -r requirements.txt

Usage

usage: parse_export.py [-h] -f ARCHIVE_FILE_PATH -o PARSE_EXPORT_LIST
                       [--parse-app-id PARSE_APP_ID]
                       [--parse-api-key PARSE_API_KEY]
                       [--parse-master-key PARSE_MASTER_KEY]

optional arguments:
  -h, --help            show this help message and exit
  -f ARCHIVE_FILE_PATH, --archive-file ARCHIVE_FILE_PATH
                        output archive file path (tar.bz2)
  -o PARSE_EXPORT_LIST, --export-objects PARSE_EXPORT_LIST
                        comma-separated list of parse objects to export
  --parse-app-id PARSE_APP_ID
                        parse app id
  --parse-api-key PARSE_API_KEY
                        parse api key
  --parse-master-key PARSE_MASTER_KEY
                        parse master key

Contributing

Feel free to fork and create a Pull Request. (Please add your name to AUTHORS)

License

MIT

About

Simple python script to export Parse data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages