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
- 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.
Release files for python-arq 6.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python_arq-6.0.7.tar.gz | 7.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| python_arq-6.0.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.0 kB
Release files / python_arq-6.0.7.tar.gz
| Download URL | python_arq-6.0.7.tar.gz |
|---|---|
| Size | 7.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e1176f5d784f9f065f7dee34cd4cbd5034642281d42a250127be086fe8fee089
|
|
BLAKE2b-256 checksum How to use checksums |
d50a5b84aa41f4378c3ae00ea1cc0795eb62626cf7d790451ef5b1f1f9f74d2c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.8
|
Release files / python_arq-6.0.7-py3-none-any.whl
| Download URL | python_arq-6.0.7-py3-none-any.whl |
|---|---|
| Size | 7.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6be85f6d6ee91d3dc2ff08c89bc5727ae2125c580ec156a81d4dbc087e19b823
|
|
BLAKE2b-256 checksum How to use checksums |
58adee4cc9bbedbeec2599c4026488812d8d21b5de84acc79123f40fda6a8537
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.8
|