https://github.com/cconrad/diigo-backup
https://github.com/cconrad/diigo-backup
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cconrad/diigo-backup
- Owner: cconrad
- Created: 2013-04-07T13:40:31.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-07T17:00:35.000Z (about 12 years ago)
- Last Synced: 2025-04-02T13:19:34.091Z (about 1 month ago)
- Language: Python
- Size: 125 KB
- Stars: 19
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - cconrad/diigo-backup - (others)
README
# diigo-backup
Backup Diigo bookmarks to a JSON file.
## Usage
python diigo-backup.py -v 0 -u USERNAME -a API_KEY -p PASSWORD > diigo-backup.json## Options
* -h, --help
show this help message and exit* -u USER, --user=USER
The user with which to connect* -p PASSW, --pass=PASSW
The given user's password* -a APIKEY, --apikey=APIKEY
API key (see https://www.diigo.com/api_keys/new/)* -v 0-9, --verbosity=0-9
Amount of output to show on screen