Skip to main content
Django Youtuber
===============

A tiny app that goes through the list of channels/playlists from youtube.
This app enables you to add as many entries as you need through the admin panel and it will scrape the video data you
need from youtube.

How to use
----------
Simply add the following configuration values to your settings.py file:

YOUTUBE_DEVELOPER_KEY = '<YOUR_APP_ID>'
YOUTUBE_MAX_RESULTS = 10 # default is 10
YOUTUBE_FOLLOW_PAGINATION = True # Default is false
YOUTUBE_MAX_PAGINATION = 10 # default is 10
YOUTUBE_ENTRY_PIPELINES = [
'example_project.pipelines.YoutubePipeline'
]

As you've noticed, This app does not provide a model/table that saves the video info for you. Instead, you have to
write your own pipeline (Inspired by scrapy) to save the data manually.

Pipeline looks as follows:

from youtuber.pipelines import BasePipeline


class YoutubePipeline(BasePipeline):
def process(self, youtube_source, video):
print video.title

You can pretty much do whatever you like in the pipeline with the video instance.

The youtube_source instance is a [YoutubeSource](django-youtuber/tree/master/youtuber/models.py) instance provided by
django_youtuber to identify where the video came from. The video instance is a [YoutubeFeedItem](django-youtuber/tree/master/youtuber/client.py)
that contains the list of attributes extracted for a single youtube video.

Celery
------

Don't also forget to configure celery as the application distributes source among different workers to fetch the list
of videos from all sources in parallel.

BROKER_URL = 'amqp://guest:guest@localhost:5672/'

You can also register task
[youtuber_start](django-youtuber/tree/master/youtuber/tasks.py) as a scheduled task and run celery beat to make that
every given time duration.

License
-------

The MIT License (MIT)

Copyright (c) 2015 Rakan Alhneiti

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Release files for Django-Youtuber 0.1.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for Django-Youtuber 0.1.1
File Size Uploaded
Django-Youtuber-0.1.1.tar.gz 5.7 kB Details

Release files / Django-Youtuber-0.1.1.tar.gz

Download URL Django-Youtuber-0.1.1.tar.gz
Size 5.7 kB
Tags Source
SHA-256 checksum
How to use checksums
2054893f58ce99fde1e0c1bdd682e612ba2dbeaf5c6185d04f95925750551ef6
BLAKE2b-256 checksum
How to use checksums
a6d2d34c0cb6b2c9fc8471f7b8477299574aa42c81b03c5d1128e466720fa66a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.1.1 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page