{"id":13989219,"url":"https://github.com/TheHamkerCat/python-arq","last_synced_at":"2025-07-22T10:31:31.155Z","repository":{"id":40408890,"uuid":"348017593","full_name":"TheHamkerCat/python-arq","owner":"TheHamkerCat","description":"Asynchronous Python Wrapper For A.R.Q API.","archived":false,"fork":false,"pushed_at":"2025-06-28T18:17:52.000Z","size":92,"stargazers_count":40,"open_issues_count":0,"forks_count":20,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-01T16:20:11.988Z","etag":null,"topics":["api","api-wrapper","arq","chatbot-api","deezer","deezer-api","fastapi","natural-language-processing","nlp","pornhub-api","python-arq","saavn","spam-classification","spam-detection","spellcheck","torrent-api","wallpaper-api","youtube-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheHamkerCat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-15T15:11:15.000Z","updated_at":"2025-06-28T18:18:29.000Z","dependencies_parsed_at":"2024-06-19T00:35:11.383Z","dependency_job_id":null,"html_url":"https://github.com/TheHamkerCat/python-arq","commit_stats":null,"previous_names":["thehamkercat/python_arq"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheHamkerCat/python-arq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheHamkerCat%2Fpython-arq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheHamkerCat%2Fpython-arq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheHamkerCat%2Fpython-arq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheHamkerCat%2Fpython-arq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheHamkerCat","download_url":"https://codeload.github.com/TheHamkerCat/python-arq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheHamkerCat%2Fpython-arq/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266475114,"owners_count":23934884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","api-wrapper","arq","chatbot-api","deezer","deezer-api","fastapi","natural-language-processing","nlp","pornhub-api","python-arq","saavn","spam-classification","spam-detection","spellcheck","torrent-api","wallpaper-api","youtube-api"],"created_at":"2024-08-09T13:01:33.931Z","updated_at":"2025-07-22T10:31:30.816Z","avatar_url":"https://github.com/TheHamkerCat.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Python_ARQ\n\nPython wrapper for the A.R.Q. API.\n\n[![Python](http://forthebadge.com/images/badges/made-with-python.svg)](https://python.org)\n[![GitHub](https://forthebadge.com/images/badges/built-by-developers.svg)](https://github.com/)\n\n## Requirements\n\n- Python 3.8 or newer.\n- API URL and KEY, from [here](https://t.me/ARQRobot).\n\n## Installation\n\n```sh\n$ pip install python-arq\n```\n\n## Usage\n\nFor Example, to search for a youtube video, you can do this\n\n```py\nfrom asyncio import run\nfrom aiohttp import ClientSession\nfrom Python_ARQ import ARQ\n\n\nasync def main():\n    session = ClientSession()\n    arq = ARQ(api_url, api_key, session)\n    results = await arq.youtube(\"Never gonna give you up\")\n    videos = results.result[0]\n    print(videos)\n    await session.close()\n\n\nrun(main())\n```\n\n## Documentation\n\nThere is no documentation as of now, however, you can take help from the docstrings this way:\n\n```py\nfrom Python_ARQ import ARQ\n\nprint(help(ARQ.deezer))\n```\n\n## Features as of now [List of APIs]\n\n1. Lyrics\n2. Google Translate\n3. Youtube\n4. Container code execution via piston\n5. Reddit\n6. Torrent\n7. Wallpapers\n8. Urban Dictionary\n9. Luna AI Chatbot\n10. Image Search\n11. Wikipedia\n12. NSFW Image Classification\n13. Natural Language Processing [Spam Prediction]\n14. Proxy Scraper\n15. The Movie Database [TMDB]\n16. Quotly [TELEGRAM]\n17. Jiosaavn\n18. Pypi Package Search\n19. Image Search\n20. Autocorrect (spell checker)\n21. ASQ: Question-Answering Algorithm\n22. ARQ Storage, Unlimited file storage (100MB/file)\n\n## Note\n\n1. I'll add more features soon.\n2. If you're stuck somewhere, [Pathetic Programmers](https://t.me/PatheticProgrammers) are there to help.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTheHamkerCat%2Fpython-arq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTheHamkerCat%2Fpython-arq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTheHamkerCat%2Fpython-arq/lists"}