Giter VIP home page Giter VIP logo

youtube_search's Introduction

About

Python module for searching youtube videos to avoid using their heavily rate-limited API.

To avoid using the API, this uses the form on the youtube homepage and scrapes the resulting page.

Installation

The release on pypi.org is still on v2.1.2. (Not maintained?)

  1. Clone this repo

    git clone --depth 1 https://github.com/XniceCraft/youtube_search
  2. Install with setup.py

    cd youtube_search
    python3 setup.py install

Quick Usage

import asyncio
import youtube_search

# Synchronous version
with youtube_search.YoutubeSearch() as ytsearch:
    ytsearch.search("test")
    result = ytsearch.list()

#Asynchronous Version
async def search_async():
    async with youtube_search.AsyncYoutubeSearch() as ytsearch:
        await ytsearch.search("test")
        result = ytsearch.list()
asyncio.run(search_async())

API

Documentation

youtube_search's People

Contributors

araa47 avatar crozzers avatar dawe35 avatar dependabot[bot] avatar joetats avatar madeyoga avatar marsarem avatar xnicecraft avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.