forked from iivvoo/Firefox-sync-example
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
20 lines (15 loc) · 916 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
A simple python Firefox Sync (Weave) client.
Forked from https://github.com/iivvoo/Firefox-sync-example
This version prints the browsing history to stdout.
It can also remove computers with synced-tabs from the sync-server.
-t TIME print only history since TIME (in unix time), default is to print
all browsing history
-d keep running and check for new history items every ten minutes
--delete-tabs presents user with list of computers with synced tabs,
ask user which to delete and deletes it
--help for all options
before you use this against Mozilla's own sync server, you should probably check if their
Terms of Services allow this kind of behaviour ( https://services.mozilla.com/tos/ )
Login credentials and encryption key can be either saved in a config file (
~/.firefoxsyncrc , see the sample.config file for the format) or the sync
client will ask for them.