Python Django - Youtube API

Поділитися
Вставка
  • Опубліковано 20 кві 2021
  • This is the 22nd video of my 'Building and Launching a REAL Django website' playlist. We will be going through every step of building a Django website from a blank canvas through to launching for the world to see.
    As you will know already, the primary task for the website I am creating for this tutorial is to showcase my UA-cam channel and its videos.
    Therefore, we need an easy way of getting uploads from our UA-cam channel and dynamically adding the data to my website.
    In this video, I will walk you through how to use UA-cams API and populate our media page with real-time upload data. We will also create our first context processor to access data (images in this case) in all templates.
    We will be installing:
    requests (pypi.org/project/requests/)
    google-api-python-client (pypi.org/project/google-api-p...)
    Check out the docs for the google-api-python-client here: github.com/googleapis/google-...
    • We will be using UA-cams documentation: developers.google.com/youtube/v3
    • UA-cam has plenty of Python code examples here: developers.google.com/youtube...
    • UA-cam also has a help page for Python: developers.google.com/explore...
    • UA-cam API resource: developers.google.com/youtube...
    Note: This project is using Python 3.7.3 and Django 3.2
    ABOUT OUR CHANNEL
    Our channel is about coding a development. We cover lots of cool stuff such as Django, React, Javascript, AJAX, Coding on DLT's
    Check out our channel here:
    / @didcoding
    Don’t forget to subscribe!
    CHECK OUT OUR OTHER VIDEOS
    • Building and launching...
    • Integrating API's with...
    • Hedera Hashgraph Pytho...
    FIND US AT
    www.didcoding.com
    GET IN TOUCH
    Contact us on bobby@didcoding.com
    FOLLOW US ON SOCIAL
    Get updates or reach out to Get updates on our Social Media Profiles!
    Twitter: / didcoding
    Facebook: / didcoding
    SUPPORT US
    Patreon: / didcoding
    HBAR wallet: 0.0.290086
    HIRE ME
    Need help with a project? Hire me on a freelance basis?
    Upwork: www.upwork.com/fl/bobbystearman
    DISCOUNTS
    Visit our website to get some fantastic discounts
    didcoding.com/discounts

КОМЕНТАРІ • 5

  • @yukselbastan4687
    @yukselbastan4687 3 роки тому +1

    nice work, I wonder If its possible to add google maps with location (with needle) to posts?

    • @DidCoding
      @DidCoding  3 роки тому +1

      Yeah, it's definitely possible mate

    • @yukselbastan4687
      @yukselbastan4687 3 роки тому +1

      @@DidCoding ok then we are waiting for such a video :D

  • @mehdikhoudali
    @mehdikhoudali Рік тому +1

    How can i add an authentification fearure to connect with youtube account in django please😢

    • @DidCoding
      @DidCoding  Рік тому

      Hi there, pypi.org/project/django-allauth/ is a great package to use 🙌