Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tgrk/session-buddy-tool
Session Buddy Chrome Extension tool
https://github.com/tgrk/session-buddy-tool
Last synced: 16 days ago
JSON representation
Session Buddy Chrome Extension tool
- Host: GitHub
- URL: https://github.com/tgrk/session-buddy-tool
- Owner: tgrk
- License: mit
- Created: 2014-11-20T21:56:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-22T12:05:09.000Z (almost 10 years ago)
- Last Synced: 2024-08-01T05:24:01.535Z (3 months ago)
- Language: Python
- Size: 133 KB
- Stars: 50
- Watchers: 3
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Session Buddy Tool
===========A simple tool for managing [Session Buddy Chrome Extension][0] data
Features:
* export to JSON
* clear saved sessions
* merge multiple sessions into one## Requirements
* python
* cjson
* sqllite3## Setup
Install requiremtents:
```
$ pip install -r requirements.txt
```## Usage
```
$ ./session_buddy_tool.py -h
usage: session_buddy_tool.py [-h] -a {export,merge,clean} [-e EXCLUDE]
[-p PROFILE]optional arguments:
-h, --help show this help message and exit
-a {export,merge,clean}, --action {export,merge,clean}
Action: export, merge, clean
-e EXCLUDE, --exclude EXCLUDE
Path to file with excluded urls
-p PROFILE, --profile PROFILE
Path to Chrome profile```
[1]: https://chrome.google.com/webstore/detail/session-buddy/edacconmaakjimmfgnblocblbcdcpbko