python-arq 6.0.7

Creator: railscoder56

Last updated:

0 purchases

python-arq 6.0.7 Image
python-arq 6.0.7 Images
Add to Cart

Description:

pythonarq 6.0.7

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


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]

Lyrics
Google Translate
Youtube
Container code execution via piston
Reddit
Torrent
Wallpapers
Urban Dictionary
Luna AI Chatbot
Image Search
Wikipedia
NSFW Image Classification
Natural Language Processing [Spam Prediction]
Proxy Scraper
The Movie Database [TMDB]
Quotly [TELEGRAM]
Jiosaavn
Pypi Package Search
Image Search
Autocorrect (spell checker)
ASQ: Question-Answering Algorithm
ARQ Storage, Unlimited file storage (100MB/file)

Note

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.