Skip to main content

mediastream

Project description

MEDIA STREAM SERVICE

Goal: To create a service that will:
- Aggregate the search for media from disparate sources asynchronously
- Provide a feed for the results for internal or external clients

Requires a backgrond job to run and collect the items
Requires a URL to the feed
Requires a URL to the page for the stream

Models:

Services:
?? iNaturalist, YourShot, Instagram, flickr, etc.

Media Stream - An aggregation (with configurable refresh) of media from one or more sources based on search terms

Media - Information about an individual media item for a stream found on a service.

Service audit - Information about the results of a job


Feed

/slug-name/feed?count=&page=&since=
[{
'title': '',
'description': '',
'when_taken': 'YYYY-MM-DD HH:MM:SS +4:????',
'latitude': 0.0,
'longitude': 0.0,
'service': '',
'license': '',
'artist': '',
'tags': '',
'media_type': '',
'media_url': '',
'media_width': 0,
'media_height': 0,
'service_url': ''
}, ...]
/slug-name/status
[{
'service': '',
'last_ran': 'YYYY-MM-DD HH:MM:SS +4:????',
'success': true,
'error': ''
}, ...]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

django_mediastream-0.1-py2-none-any.whl (29.9 kB view details)

Uploaded Python 2

File details

Details for the file django_mediastream-0.1-py2-none-any.whl.

File metadata

File hashes

Hashes for django_mediastream-0.1-py2-none-any.whl
Algorithm Hash digest
SHA256 6a4473d53c04b2f698fe3c723ad8308aa439d57da529a33329df022e68616345
MD5 60aa07e29ea409f0fa1295cf8a898d3f
BLAKE2b-256 0e5db6c59b4d2a418814b1cbb319ea181585adcb2d742b154e4b0a7482c76ab6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page