Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Asynchronous Python Wrapper For A.R.Q API.

License

NotificationsYou must be signed in to change notification settings

TheHamkerCat/python-arq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

PythonGitHub

Requirements

  • Python 3.8 or newer.
  • API URL and KEY, fromhere.

Installation

$ pip install python-arq

Usage

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())

Documentation

There is no documentation as of now, however, you can take help from the docstrings this way:

fromPython_ARQimportARQprint(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.

[8]ページ先頭

©2009-2025 Movatter.jp