Python wrapper for the S.A.K. API.
- Python 3.8 or newer.
- API URL and KEY, from here.
$ pip install python-sak
For Example, to search for a youtube video, you can do this
from asyncio import run
from aiohttp import ClientSession
from Python_SAK import SAK
async def main():
session = ClientSession()
arq = SAK(api_url, api_key, session)
results = await arq.youtube("Never gonna give you up")
videos = results.result[0]
print(videos)
await session.close()
run(main())
There is no documentation as of now, however, you can take help from the docstrings this way:
from Python_SAK import SAK
print(help(SAK.deezer))
- Lyrics
- Google Translate
- Youtube
- Container code execution via piston
- Torrent
- Wallpapers
- Urban Dictionary
- Herus 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
- SAK Storage, Unlimited file storage (100MB/file)
- I'll add more features soon.
- If you're stuck somewhere, Pathetic Programmers are there to help.
S.A.K. için Python sarmalayıcı API.
- Python 3.8 veya daha yenisi.
- API URL'si ve ANAHTAR, buradan.
$ pip install python-sak
Örneğin, bir youtube videosu aramak için bunu yapabilirsiniz.
from asyncio import run
from aiohttp import ClientSession
from Python_SAK import SAK
async def main():
session = ClientSession()
arq = SAK(api_url, api_key, session)
results = await arq.youtube("Never gonna give you up")
videos = results.result[0]
print(videos)
await session.close()
run(main())
Şu an için herhangi bir dokümantasyon yok, ancak dokümanlardan şu şekilde yardım alabilirsiniz:
from Python_SAK import SAK
print(help(SAK.deezer))
- Şarkı Sözleri
- Google Çeviri
- Youtube
- Konteyner kodunun piston aracılığıyla yürütülmesi
- Torrent
- Duvar Kağıtları
- Kentsel Sözlük
- Herus AI Sohbet Robotu
- Görsel Arama
- Vikipedi
- NSFW Görüntü Sınıflandırması
- Doğal Dil İşleme [Spam Tahmini]
- Vekil Kazıyıcı
- Film Veritabanı [TMDB]
- Alıntı olarak [TELEGRAM]
- Jiosaavn
- Pypi Paket Arama
- Görsel Arama
- Otomatik Düzeltme (yazım denetleyicisi)
- ASQ: Soru-Cevaplama Algoritması
- SAK Depolama, Sınırsız dosya depolama (100MB/dosya)
- Yakında daha fazla özellik ekleyeceğim.
- Bir yerde takılırsanız, Acıklı Programcılar yardıma hazır.