Giter VIP home page Giter VIP logo

python_sak's Introduction

Python_SAK

Python wrapper for the S.A.K. API.

Python GitHub

Requirements

  • Python 3.8 or newer.
  • API URL and KEY, from here.

Installation

$ pip install python-sak

Usage

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

Documentation

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

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. Herus 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. SAK 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.

Turkish / Türkçe

Python_SAK

S.A.K. için Python sarmalayıcı API.

Python GitHub

Gereksinimler

  • Python 3.8 veya daha yenisi.
  • API URL'si ve ANAHTAR, buradan.

Kurulum

$ pip install python-sak

Kullanım

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

Dokümantasyon

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

Şu an itibariyle özellikler [API Listesi]

  1. Şarkı Sözleri
  2. Google Çeviri
  3. Youtube
  4. Konteyner kodunun piston aracılığıyla yürütülmesi
  5. Reddit
  6. Torrent
  7. Duvar Kağıtları
  8. Kentsel Sözlük
  9. Herus AI Sohbet Robotu
  10. Görsel Arama
  11. Vikipedi
  12. NSFW Görüntü Sınıflandırması
  13. Doğal Dil İşleme [Spam Tahmini]
  14. Vekil Kazıyıcı
  15. Film Veritabanı [TMDB]
  16. Alıntı olarak [TELEGRAM]
  17. Jiosaavn
  18. Pypi Paket Arama
  19. Görsel Arama
  20. Otomatik Düzeltme (yazım denetleyicisi)
  21. ASQ: Soru-Cevaplama Algoritması
  22. SAK Depolama, Sınırsız dosya depolama (100MB/dosya)

Not

  1. Yakında daha fazla özellik ekleyeceğim.
  2. Bir yerde takılırsanız, Acıklı Programcılar yardıma hazır.

python_sak's People

Contributors

sakirbey1 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.