Code Monkey home page Code Monkey logo

crestify's Introduction

Crestify

Intelligent Bookmarking

About

Crestify is a self-hosted bookmarking service that does it all. There are a lot of bookmarking services out there today, and all of them do one thing or the other. With Crestify, you get the whole package.

Features

  • 1 click bookmarking with extensions for Chrome, Firefox, and Opera
  • An API so you can make your own extensions
  • Archiving to save bookmarks from link rot
  • Filtering bookmarks by titles, descriptions, urls, tags, or even the entire text of the page
  • Cleaning up articles to make them easier to read (ร  la Readability)
  • Public links you can share or cite so you don't end up linking to dead pages
  • Saving the open tabs from your browser for coming back to them later
  • Categorizing bookmarks via tags
  • Context filtering so you can get back into the flow of how you came across a particular page
  • Importing bookmarks from your current browser, or your Pocket, Instapaper, Readability & Pinboard accounts

And best of all, Crestify is fully open source, so you can host your own instance, modify Crestify to your heart's content, and generally do whatever you like with it!

Quick Start

To get started with Crestify, try out our Vagrant image!

$ git clone https://github.com/crestify/crestify.git && cd crestify
$ pip install fabric
$ fab vagrant_init

side note: In order to install Fabric, you might need to install the libffi-dev & libssl-dev packages on Ubuntu.

That's it! Open your browser, head to http://localhost:4545, create an account, and you'll be good to go!

To get the latest updates to Crestify, run:

fab update

And the latest updates from the master branch will be applied.

For manual install, see INSTALL.md.

Tech Stack

Crestify is a Flask-based application written in Python 2.

  • Languages: Python 2 & Javascript (Extensions)
  • Framework: Flask
  • Database: Crestify uses PostgreSQL as its database, and takes advantage of the full-text search capabilities of Postgres. Redis is used as a temp database for holding incoming tab saves
  • Message Queue: RabbitMQ is used as a message queue for asynchronously-run tasks related to bookmarking
  • Browser: Crestify uses PhantomJS to generate the DOM like a browser does for full-text extraction and readability view generation

License

Crestify is BSD licensed. See LICENSE for more details.

crestify's People

Contributors

dhamaniasad avatar kaneru avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.