GithubHelp home page GithubHelp logo

jaymzcd / django-blogger Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 4.0 111 KB

Linking blogger RSS feeds into a django app

Home Page: http://jaymz.eu/2010/06/google-blogger-to-django-integration/

Python 100.00%

django-blogger's Introduction

     _  _                               _     _
  __| |(_) __ _ _ __   __ _  ___       | |__ | | ___   __ _  __ _  ___ _ __
 / _` || |/ _` | '_ \ / _` |/ _ \ _____| '_ \| |/ _ \ / _` |/ _` |/ _ \ '__|
| (_| || | (_| | | | | (_| | (_) |_____| |_) | | (_) | (_| | (_| |  __/ |
 \__,_|/ |\__,_|_| |_|\__, |\___/      |_.__/|_|\___/ \__, |\__, |\___|_|
     |__/             |___/                           |___/ |___/

A Google Blogger to Django linking app    Jaymz Campbell    http://jaymz.eu/


Overview
========

This application allows you to plug in an existing set of Blogger blogs to
your django application. It does not require authentication, it works off
pulling in the RSS feeds from blogger. You can enable this for your blogs
within the admin.

Installation
============

Add "blogger" to your installed app's and add in the following URL conf:

    (r'^blogs/', include('blogger.urls', namespace='blogger'))

To quickly import all blogs for a user add a new BloggerUser and paste in
the blogger id. You can find that in the URL for your profile. There is
an admin action to create new blogs for users. When you have created your
blogs there is another action to sync up the posts with blogs.

Please note that as this uses the RSS feed it does not download the entire
blog archive. The point for this app is to link in to a blog from a current
point.


django-blogger's People

Contributors

jaymzcd avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.