Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cconrad/diigo-backup
https://github.com/cconrad/diigo-backup
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cconrad/diigo-backup
- Owner: cconrad
- Created: 2013-04-07T13:40:31.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-07T17:00:35.000Z (almost 12 years ago)
- Last Synced: 2024-08-02T12:47:19.624Z (6 months ago)
- Language: Python
- Size: 125 KB
- Stars: 18
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
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