Skip to main content

Get information from Youtube in a simple way.

Project description

Contributors Forks Stargazers Issues MIT License


Logo

AVMYT

Get information from Youtube in a simple way!
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

miniatura

If you want to watch the explanation in video, see the link

Getting Started

Prerequisites

You need to make sure you have installed the following modules.

  • BeautifulSoup

    pip install bs4
    
  • HTMLSession

    pip install requests_html
    
  • webbrowser

    pip install webbrowser
    

Installation

pip install AVMYT

Usage

  • Example 1

    import AVMYT as yt
    
    channel = yt.getChannelInfo("luisito")
    print(channel["name"] + " tiene " + channel["subs"] + " y un total de " + channel["videos"]) # prints info of Luisito Comunica
    
  • Example 2

    import AVMYT as yt
    
    yt.play("bad guy") # opens the song in Youtube
    

For more examples, please refer to the Examples packages

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Youtube: /avmmodules

Email: avmmodules@gmail.com

Project details


Download files

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

Source Distribution

AVMYT-0.1.0.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

AVMYT-0.1.0-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

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