Skip to main content

A Package to search and get download links for songs from various platforms asynchronously.

Project description

Audire

A Package to search and get download links for songs from various platforms asynchronously.

Python PyPI - Version

Installation

$ pip install audire

Usage Examples

Get Supported Platforms as List :

from audire import Audire

print(Audire().platforms)

Search on Youtube Music :

import asyncio
from audire import Audire

async def main():
    audire = Audire()
    response = await audire.search("Pedro", platform="ytm")
    print(response)

asyncio.run(main())

Getting Download Link from YouTube :

import asyncio
from audire import Audire

async def main():
    audire = Audire()
    response = await audire.get_download('https://www.youtube.com/watch?v=RCqvSSfsP6w', 'yt')
    print(response)

asyncio.run(main())

Documentation

There is no documentation as of now. However, you can take help from the well written docstrings this way:

from audire import Audire

print(help(Audire().search))

License

This project is licensed under the MIT License. See the MIT file for details.

Contributing

If you wish to contribute to this project, please fork and create a pull request or submit an issue.

Contact

For any Questions or concerns, please contact me at:

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

audire-1.1.0.tar.gz (5.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Audire-1.1.0-py3-none-any.whl (13.6 kB view details)

Uploaded Python 3

File details

Details for the file audire-1.1.0.tar.gz.

File metadata

  • Download URL: audire-1.1.0.tar.gz
  • Upload date:
  • Size: 5.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for audire-1.1.0.tar.gz
Algorithm Hash digest
SHA256 2a846e588f2ce49f3f66a4d2c6c8319bc456f7baa8b603445f15bb4b85551735
MD5 52d7aa1a5c200d74fa5a3fceb3ea5487
BLAKE2b-256 d3622daea75cbc6fc0e785a6a00639a31bab35fa046f3d2ada871e24cab01c43

See more details on using hashes here.

File details

Details for the file Audire-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: Audire-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 13.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for Audire-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2881a3684be8d92e4c9cbb26b8adbec5ff6142de072ef9e373ca6ac2e2a555d3
MD5 e8f5b13bc6ce7e8f5c0fa910ea52cccc
BLAKE2b-256 d8ef439d6d96afad0ebdd237a2c74a0c2c3ebcf1fb4a70968405ee447ef2ec9f

See more details on using hashes here.

Supported by

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