- Notifications
You must be signed in to change notification settings - Fork20
Asynchronous Python Wrapper For A.R.Q API.
License
NotificationsYou must be signed in to change notification settings
TheHamkerCat/python-arq
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Python wrapper for the A.R.Q. API.
- Python 3.8 or newer.
- API URL and KEY, fromhere.
$ pip install python-arq
For Example, to search for a youtube video, you can do this
fromasyncioimportrunfromaiohttpimportClientSessionfromPython_ARQimportARQasyncdefmain():session=ClientSession()arq=ARQ(api_url,api_key,session)results=awaitarq.youtube("Never gonna give you up")videos=results.result[0]print(videos)awaitsession.close()run(main())
There is no documentation as of now, however, you can take help from the docstrings this way:
fromPython_ARQimportARQprint(help(ARQ.deezer))
- 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)
- I'll add more features soon.
- If you're stuck somewhere,Pathetic Programmers are there to help.
About
Asynchronous Python Wrapper For A.R.Q API.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.