Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philgyford/django-ditto
A collection of Django apps for copying things from third-party sites and services.
https://github.com/philgyford/django-ditto
django django-application flickr lastfm pinboard twitter
Last synced: 25 days ago
JSON representation
A collection of Django apps for copying things from third-party sites and services.
- Host: GitHub
- URL: https://github.com/philgyford/django-ditto
- Owner: philgyford
- License: mit
- Created: 2015-06-13T18:30:41.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T16:38:47.000Z (3 months ago)
- Last Synced: 2024-09-28T16:40:12.526Z (about 1 month ago)
- Topics: django, django-application, flickr, lastfm, pinboard, twitter
- Language: Python
- Homepage: https://django-ditto.readthedocs.io
- Size: 21.2 MB
- Stars: 79
- Watchers: 4
- Forks: 8
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Django Ditto
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-ditto)
[![image](https://github.com/philgyford/django-ditto/actions/workflows/tests.yml/badge.svg)](https://github.com/philgyford/django-ditto/actions/workflows/tests.yml "Tests status")
[![codecov](https://codecov.io/gh/philgyford/django-ditto/branch/main/graph/badge.svg?token=T7TMMDS64A)](https://codecov.io/gh/philgyford/django-ditto)
[![image](https://readthedocs.org/projects/django-ditto/badge/?version=stable)](https://django-ditto.readthedocs.io/en/stable/?badge=stable "Documentation status")
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)A collection of Django apps for copying things from third-party sites and services. Requires Python 3.9 to 3.12, and Django 4.2, 5.0 or 5.1.
[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/main/screenshots)
Install using [pip](https://pip.pypa.io/en/stable/):
$ pip install django-ditto
NOTE 1: 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: As of 2023 I'm unsure how well the Twitter integration still works given the state of its API etc.
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)
- UsersThe Ditto apps provide:
- Models
- Admin
- Management commands to fetch the data/files
- Views and URLs
- Templates (that use [Bootstrap 4](https://getbootstrap.com))
- Template tags for common things (eg, most recent Tweets, or Flickr photos uploaded on a particular day)