Utilite to backup items from Google Reader
Project description
grbackup is a Python library used to save all items from your Google Reader account into different places.
Usage
list subscriptions: grbackup -e email@gmail.com -p password -ls list topics: grbackup -e email@gmail.com -p password -lt http://feed.com list starred: grbackup -e email@gmail.com -p password -lx list all items: grbackup -e email@gmail.com -p password -la backup subscriptions: grbackup -e email@gmail.com -p password -bs -o json:/tmp/subscriptions.json backup topics: grbackup -e email@gmail.com -p password -bt http://myfeed.com -o json:/tmp/myfeed.json backup starred into MongoDB: grbackup -e email@gmail.com -p password -bx -o mongodb://localhost:27017 backup all items into Redis: grbackup -e email@gmail.com -p password -ba -o redis://localhost:6379/3
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
grbackup-1.1.tar.gz
(8.2 kB
view hashes)
Built Distributions
grbackup-1.1.win-amd64.exe
(276.1 kB
view hashes)
grbackup-1.1.win32.exe
(212.9 kB
view hashes)
grbackup-1.1-py27-none-any.whl
(13.0 kB
view hashes)
grbackup-1.1-py2.7.egg
(25.9 kB
view hashes)
grbackup-1.1-py2.6.egg
(26.0 kB
view hashes)