Skip to main content

Asynchronous Python Wrapper For A.R.Q API.

Project description

Python_ARQ

Python wrapper for the A.R.Q. API.

Python GitHub

Requirements

  • Python 3.8 or newer.
  • API URL and KEY, from here.

Installation

$ pip install python-arq

Usage

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

import asyncio
from python_arq import ARQ

arq = ARQ(api_url, api_key)


async def func(query: str):
    song = await arq.deezer(query, 1)
    return song[0].url


async def main():
    output = await func("Never gonna give you up")
    print(output)


asyncio.run(main())

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. YoutubeDL
  5. PronHub
  6. Reddit
  7. Torrent
  8. Wallpapers
  9. Urban Dictionary
  10. Luna AI Chatbot
  11. Lyrics
  12. Wikipedia
  13. NSFW Image Classification
  14. Optical Character Recognition (OCR)
  15. Generate "Truly" Random Numbers Using Atmospheric Noise
  16. Proxy Scraper
  17. The Movie Database [TMDB]
  18. Quotly [TELEGRAM]
  19. Translate
  20. PypiPackageSearch

Note

  1. I'll add more features soon.
  2. If you're stuck 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-4.1.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

python_arq-4.1-py3-none-any.whl (6.8 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