tristan-c / massive-octo-tribble

Store url (name provided by github suggestion)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Store url (name provided by github suggestion)

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 80.0%Language:CSS 10.6%Language:Python 6.4%Language:HTML 3.0%