Skip to content

NStal/sybil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 23, 2014
7e413e9 · Dec 23, 2014

History

18 Commits
Dec 22, 2014
Jul 26, 2014
Dec 22, 2014
Dec 22, 2014
Dec 22, 2014
Dec 22, 2014
Oct 4, 2014
Dec 23, 2014
Dec 22, 2014
Jul 26, 2014
Mar 16, 2014
Dec 22, 2014
Oct 4, 2014
Mar 16, 2014
Dec 22, 2014
Dec 23, 2014
Dec 23, 2014
Dec 23, 2014
Jul 26, 2014
Oct 4, 2014
Dec 22, 2014
Jul 26, 2014
Dec 23, 2014

Repository files navigation

sybil

Sybil is a reader.

Features:

  1. Support RSS.
  2. Support custom crawler, like Twitter, Twitter lists, Weibo, or what ever you like to write in hours.
  3. Have a plugin system , easy to extend, friendly to third party tools.
  4. Support data export.
  5. Run on server or desktop.
  6. Provide good management to your information sources.
  7. Support latest desktop and mobile browser.
  8. Support proxy.

Limits:

  1. For this very moment, sybil is available on linux. OSX and Windows will be supported in near future.
  2. APIs are still not stable and may be changed reasonably.

Install

  1. Download by your OS version here.
  2. Extract content to a folder comfortable.
  3. Enter the root folder of the previously extracted folder.
  4. You should see a file named sybil.
  5. Run sybil with console or double click it file.
  6. Follow the instructions what ever it comes up with, it should take seconds to finish if you don't care.

Development Install.

  1. Clone the repo.
  2. Follow this guide to setup the environment.
  3. Read the source code
  4. Code.

Road map or todos.

  1. support OSX.
  2. enable kad/p2p share networks after active user base reach 2k.

User guide

You can post questions here https://groups.google.com/forum/#!forum/sybil-reader

  1. Basic usage
  2. Better p2p network
  3. Advanced usage

Dev guide

  1. Setup dev environment
  2. Read the source code
  3. Write a remote plugin
  4. Write a local plugin