Giter Club home page Giter Club logo

dpthoughtdex's Introduction

DPThoughtDex is an automated social bookmarking application for Django. Links from arbitrary sources are collected, indexed, and displayed in date or related formats.

Links can be added to the roll in the following ways:

  • importing IRC logs generated by irssi
  • an xmlrpc call using a username and API key
  • reading from a Rackspace Cloud Queue (maybe?)
  • custom providers

It defines several data types:

Link

  • source*
  • author*
  • url
  • guid
  • message
  • original
  • pub_date
  • tags

Other possible entries could be...

  • type
  • excerpt

Source

  • name
  • url
  • icon

Author

  • name
  • user*
  • url
  • avatar
  • api_key

Tag

  • name

So you could have a few different views of the data:

list of all running links from all sources under /links/. /links/author/ /links/source/ /links/tags/tagname

Getting Data in

there are a couple of possibilities for entering data. You can create a message queue that pushes dictionaries in.

You can also

Basics

Define how to get data into the app. Can use a RabbitMQ or Cloud Queues thingamabob, I guess. Otherwise, poll an irssi log? These could be separated out like so:

providers/init.py providers/queues.py providers/irssi.py providers/myprovider.py

The reason for separating these out, there are imports for each provider that wouldn't necessarily be relevant for others...

Dependencies

  • django-taggit
  • django-bootstrap3
  • django-xmlrpc
  • beautifulsoup4

dpthoughtdex's People

Watchers

Eric Williams avatar James Cloos 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.