Skip to main content

Asynchronous Python Wrapper For A.R.Q API.

Project description

Python_ARQ

Asyncronous Python Wrapper For A.R.Q API.

Python Github

Requirements

  • Python 3.7 or higher.
  • ARQ_API url, Get it from here

Installation

  • pip3 install Python_ARQ

Usage

For Example, to get a song link from deezer, you can do this


from Python_ARQ import ARQ

arq = ARQ(Api_Url)

song = await arq.deezer(query="Never gonna give you up", limit=1)

song_link = song[0].url

print(song_link)

>> Output:
https://e-cdns-proxy-3.dzcdn.net/api/1/f1fb0b260a55f594c20d4592c752708460c4864fb97de0be8b459c3b63ff69817d97eddffd60bfbf9f6de5a89d0dbf8864c3f107173b1bfa601b4442aee694e4e67427534a7c8b1a145d2a931fd3429e

The link above is a direct link to that song.

Documentation

There is no documentation as of now, however, you can take help from the docstrings this way.


from Python_ARQ import ARQ

print(help(ARQ.deezer))

Features as of now [List of APIs]

  1. Deezer
  2. Jiosaavn
  3. Youtube
  4. PronHub
  5. Reddit
  6. Urban Dictionary
  7. Torrent
  8. Wallpapers
  9. AI Chatbot

Note

  1. I'll add more features soon.
  2. If you're stucked somewhere, Pathetic Programmers are there to help.

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

Python_ARQ-0.0.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

Python_ARQ-0.0.1-py3-none-any.whl (4.6 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