Metadata-Version: 1.1
Name: django-ditto
Version: 0.7.4
Summary: A Django app to copy stuff from your accounts on Flickr, Last.fm, Pinboard and Twitter.
Home-page: https://github.com/philgyford/django-ditto
Author: Phil Gyford
Author-email: phil@gyford.com
License: MIT
Description: ==============
         Django Ditto
        ==============
        
        .. image:: https://travis-ci.org/philgyford/django-ditto.svg?branch=master
          :target: https://travis-ci.org/philgyford/django-ditto?branch=master
        
        .. image:: https://coveralls.io/repos/github/philgyford/django-ditto/badge.svg?branch=master
          :target: https://coveralls.io/github/philgyford/django-ditto?branch=master
        
        A collection of Django apps for copying things from third-party sites and services. This is still in-progress and things may change. Requires Python 3.4, 3.5 or 3.6, and Django 1.10 or 1.11.
        
        `Read the documentation. <http://django-ditto.readthedocs.io/en/latest/>`_
        
        `See screenshots of a site using the supplied templates. <https://github.com/philgyford/django-ditto/tree/master/screenshots>`_
        
        Install using `pip <https://pip.pypa.io/en/stable/>`_::
        
            $ pip install django-ditto
        
        NOTE: It will install `Pillow <http://pillow.readthedocs.io/en/latest/>`_, among other things, which has prerequisites of its own, such as libjpeg and zlib. Sorry.
        
        NOTE 2: Currently (2018-01-07) requires your pip requirements to include this::
        
            -e git://github.com/philgyford/twython.git@2cfdaaf6e44ced237edc493147c16a38a60926eb#egg=twython
            
        Because we need a version of Twython that's not yet on pypi.
        
        
        Currently, Ditto can copy these things from these services:
        
        - `Flickr <https://flickr.com/>`_
            - Photos
            - Photosets
            - Original image and video files
            - Users
        - `Last.fm <https://www.last.fm/>`_
            - Scrobbles (Artist, Track and Album)
        - `Pinboard <https://pinboard.in/>`_
            - Bookmarks
        - `Twitter <https://twitter.com/>`_
            - Tweets
            - Favorites/Likes
            - Images and Animated GIFs (but not videos)
            - Users
        
        The Ditto apps provide:
        
        - Models
        - Admin
        - Management commands to fetch the data/files
        - Views and URLs
        - Templates (that use `Bootstrap 4 (Beta 3) <http://v4-alpha.getbootstrap.com>`_, CSS only (no JavaScript))
        - Template tags for common things (eg, most recent Tweets, or Flickr photos uploaded on a particular day)
        
        
Keywords: ditto twitter flickr pinboard last.fm
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
