Python client for interacting with the QuizAPI, InstagramApi , chatBot and reChaptchaV3 Solver using aiohttp, httpx, or requests.
Project description
# taskoraapi Package
A modular Python library offering clients for chatbot interactions, Instagram APIs, quiz services, and reCAPTCHA v3 solving.
## 📦 Features
- **chatBot**: A customizable chatbot client for interacting with various AI services.
- **InstagramApi**: Asynchronous and synchronous clients to access Instagram-related APIs.
- **QuizApi**: Clients to fetch quizzes using different HTTP libraries.
- **reCaptchaV3Solver**: A client to interact with reCAPTCHA v3 solving services.
## 🛠️ Installation
```bash
pip install chatBot
⚠️ Note: Replace
chatBotwith the actual name on PyPI once published.
🧰 Modules & Usage
🔹 chatBot
from chatBot.client import ChatBotClient
bot = ChatBotClient(api_key="your-key")
response = bot.ask("Hello!")
print(response)
🔹 InstagramApi
from InstagramApi.aiohttp_client import InstagramAioClient
client = InstagramAioClient(api_key="your-key")
await client.fetch_user("example_user")
🔹 QuizApi
from QuizApi.httpx_client import QuizClient
client = QuizClient(api_key="your-key")
questions = client.get_questions()
print(questions)
🔹 reCaptchaV3Solver
from reCaptchaV3Solver.client import ReCaptchaSolver
solver = ReCaptchaSolver(api_key="your-key")
token = solver.solve(site_key="...", url="https://example.com")
print(token)
📁 Examples
Explore the examples/ directory for complete demos:
Each folder includes sample scripts and explanations.
📄 License
MIT License
👨💻 Author
Your Name – yourwebsite.com
GitHub: @yourgithub
---
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file TaskoraApi-1.0.0.tar.gz.
File metadata
- Download URL: TaskoraApi-1.0.0.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0rc2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e370995ca871ae6970043f34d1f44509be4a55cfaac2f5d772dc44140b166a8
|
|
| MD5 |
f3aec66b8c137248a5a939da08ae633d
|
|
| BLAKE2b-256 |
eb4b1f33210da04131694d9053d016b7ccf8584af63654bb6d7e382cbd77ba41
|
File details
Details for the file TaskoraApi-1.0.0-py3-none-any.whl.
File metadata
- Download URL: TaskoraApi-1.0.0-py3-none-any.whl
- Upload date:
- Size: 15.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0rc2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1bdd603979b0c9bfb2ffd85a5688133206da3314bbb59a18b4efab22d772e1a
|
|
| MD5 |
58c0157ca4e76abf722d01e2c0d6e51c
|
|
| BLAKE2b-256 |
b852d7a66691f982e156b4c91c0abea93bcf68f7bd8db577322960a6c240d761
|