https://github.com/spk/marquetapage
Extract from `places.sqlite` firefox bookmarks with specific tag to JSON format
https://github.com/spk/marquetapage
Last synced: 3 months ago
JSON representation
Extract from `places.sqlite` firefox bookmarks with specific tag to JSON format
- Host: GitHub
- URL: https://github.com/spk/marquetapage
- Owner: spk
- License: mit
- Created: 2015-11-01T18:17:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-07T22:41:11.000Z (almost 6 years ago)
- Last Synced: 2025-02-05T12:16:29.034Z (4 months ago)
- Language: Ruby
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# marquetapage
Extract from `places.sqlite` firefox bookmarks with specific tag to JSON format.
Note: supporting now firefox >= 48, due to [moz_bookmarks_roots
removal](https://bugzilla.mozilla.org/show_bug.cgi?id=1143712)## Usage
~~~
marquetapage TAG
~~~## Output format
~~~ json
[
{
"url": "",
"title": "",
"content": ""
}
]
~~~## Tests
~~~
bundle exec rake
~~~## Resources
* https://github.com/websafe/ffbx
* https://wiki.mozilla.org/images/d/d5/Places.sqlite.schema3.pdf
* https://developer.mozilla.org/en-US/docs/Mozilla/Tech/Places/Database## License
The MIT License
Copyright (c) 2015-2019 Laurent Arnoud
---
[](https://travis-ci.org/spk/marquetapage)
[](https://rubygems.org/gems/marquetapage)
[](http://www.rubydoc.info/gems/marquetapage)
[](http://opensource.org/licenses/MIT "MIT")
[](https://codeclimate.com/github/spk/marquetapage)
[](http://inch-ci.org/github/spk/marquetapage)