/massive-octo-tribble

Store url (name provided by github suggestion)

Primary LanguageJavaScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

massive-octo-tribble

import,store and search bookmarks. Based on Flask. Yes the css is not pretty, ongoing work.

ScreenShot

  • Default to SQLite through PonyOrm
  • Flask
  • bcrypt for passwords encryption

Dependencies

Ubuntu:

sudo apt-get install python-dev build-essential libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev libffi-dev python3-dev

Installation

git clone https://github.com/tristan-c/massive-octo-tribble && cd massive-octo-tribble
pyvenv venv
source venv/bin/activate
pip install -r requirement.txt
python run.py

Add a user:

python addUser.py

Or use the in app register.

add a salt in config file

SECRET_KEY = "key well generated"
SECURITY_PASSWORD_SALT = "key well generated"

Everything is setup, You can open your browser at http://localhost:7777/.

Importing bookmarks from firefox/chrome:

python import_bookmarks.py /path/to/my/file MyUserName