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 search for a youtube video, you can do this

from asyncio import run
from aiohttp import ClientSession
from Python_ARQ import ARQ


async def main():
    session = ClientSession()
    arq = ARQ(api_url, api_key, session)
    results = await arq.youtube("Never gonna give you up")
    videos = results.result[0]
    print(videos)
    await session.close()


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. Lyrics
  2. Google Translate
  3. Youtube
  4. Container code execution via piston
  5. Reddit
  6. Torrent
  7. Wallpapers
  8. Urban Dictionary
  9. Luna AI Chatbot
  10. Image Search
  11. Wikipedia
  12. NSFW Image Classification
  13. Natural Language Processing [Spam Prediction]
  14. Proxy Scraper
  15. The Movie Database [TMDB]
  16. Quotly [TELEGRAM]
  17. Jiosaavn
  18. Pypi Package Search
  19. Image Search
  20. Autocorrect (spell checker)
  21. ASQ: Question-Answering Algorithm
  22. ARQ Storage, Unlimited file storage (100MB/file)

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-6.0.7.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

python_arq-6.0.7-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file python_arq-6.0.7.tar.gz.

File metadata

  • Download URL: python_arq-6.0.7.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.8

File hashes

Hashes for python_arq-6.0.7.tar.gz
Algorithm Hash digest
SHA256 e1176f5d784f9f065f7dee34cd4cbd5034642281d42a250127be086fe8fee089
MD5 a629a3f2d156fef0f4b184fe31729402
BLAKE2b-256 d50a5b84aa41f4378c3ae00ea1cc0795eb62626cf7d790451ef5b1f1f9f74d2c

See more details on using hashes here.

File details

Details for the file python_arq-6.0.7-py3-none-any.whl.

File metadata

  • Download URL: python_arq-6.0.7-py3-none-any.whl
  • Upload date:
  • Size: 7.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.8

File hashes

Hashes for python_arq-6.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 6be85f6d6ee91d3dc2ff08c89bc5727ae2125c580ec156a81d4dbc087e19b823
MD5 b9ff88c874cbdc3fb3b81d2b5bdadc71
BLAKE2b-256 58adee4cc9bbedbeec2599c4026488812d8d21b5de84acc79123f40fda6a8537

See more details on using hashes here.

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