Skip to content

Mozilla-GitHub-Standards/eabc6edeb3380241a18e06ef868ec6b9b318fea646e828fb709eee3c74b3a774

 
 

Repository files navigation

Python Firefox Sync client

This is a python client for Firefox Sync. Check it out with:

$ pip install -e .
$ python syncclient/main.py --help

For instance, if you want to get all passwords (encrypted) use the get_records action:

$ python syncclient/main.py [email protected] $PASSWORD get_records passwords
[u'{1c1e0eea-d9c2-4c59-b95e-4dbe0800639f}',
 u'{0a76ec08-ba7c-48b1-b026-1d65085f789e}',
 u'{7482b391-bf2f-4542-8ebd-27c4398487ff}',
 u'{37bc9298-ac49-c54e-a73d-d817434ed0b2}',
 u'{d5ff4718-d4a0-4703-b0af-7d1c79c3a099}']

About

Python client for Firefox Sync

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.9%
  • Makefile 3.1%