A Python SDK for interacting with the My API service.
Project description
Datura API
Introduction
AI-Powered Search Engine and API for Advanced Data Discovery
Datura AI is the driving force behind Desearch, an advanced AI-powered search engine built on Subnet 22. Designed for deep data discovery and intelligent desearch, Desearch helps users extract, analyze, and compile insights from multiple sources with precision and efficiency.
Datura AI is a game-changer for those seeking efficient data analysis and desearch capabilities. It is designed to effortlessly collect and process data from numerous sources.
One of the standout features, Subnet 22, significantly enhances desearch functionality by allowing users to target specific data needs and compile results from multiple sources efficiently. This ensures users save valuable time and effort.
Use Cases
API Key Learn how to create and manage API keys for authenticating your requests. In order to create the API key, you should have the account.
Sign Up / Log In
Visit Datura Console https://console.datura.ai/ and log in to your account. If you don’t have an account, create one first.
Navigate to API Keys
After logging in to Datura Console, go to the API Keys page.
Generate New Key
Click on the “Generate API Key” button. Give your key a name for easy identification. Click on the “Generate” button to create the key. Copy the key immediately and store it securely. You will not be able to see it again.
python
from datura_api.datura_api_sdk import DaturaApiSDK
isinstance = DaturaApiSDK(api_key="YOUR_API_KEY")
result = isinstance.basic_twitter_search( payload={ "query": "from:elonmusk #AI since:2025-03-01 until:2025-03-10", "sort": "Top", "user": "elonmusk", "start_date": "2025-03-01", "end_date": "2025-03-10", "lang": "en", "verified": True, "blue_verified": False, "is_quote": False, "is_video": False, "is_image": False, "min_retweets": 0, "min_replies": 0, "min_likes": 0, } )
print("result", result)
Contact
For more information or a demo, contact us at contact@datura.ai.
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 datura_py-0.0.1.tar.gz.
File metadata
- Download URL: datura_py-0.0.1.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff87d7d059b655d22b9bf0b56293ae4ea9530a0ac6f3badaf63a68a53ffba821
|
|
| MD5 |
a5cce077ec3ffdfeac44febd1b718f9e
|
|
| BLAKE2b-256 |
c844707efc7a54d72eedb0794c351e9a0ecb7867ef19c40f211c6f99125b3e8b
|
File details
Details for the file datura_py-0.0.1-py3-none-any.whl.
File metadata
- Download URL: datura_py-0.0.1-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7c1529bf5d129a4e1ab3e9d6c5820d3a68f7c4c0644b1544b6049a2e2798d85
|
|
| MD5 |
8b36299c19eb8c25fa580bf545488042
|
|
| BLAKE2b-256 |
5bf0ac61f2ff22e46dccde0972a581add55941a258dc551e5160263b4214f5a9
|