Skip to content

geier/Firefox-sync-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

extracts history from Firefox sync

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%