Clinton-Abraham / Safone-API

Asynchronous Python Wrapper For SafoneAPI

Home Page:https://pypi.org/project/SafoneAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SafoneAPI

Asynchronous Python Wrapper For SafoneAPI

Python GitHub

Issues Forks Stars LICENSE Contributors

Installation

$ pip install safoneapi

Usage

For Example, to search on github:

import asyncio
from SafoneAPI import SafoneAPI


async def main():
    api = SafoneAPI()
    resp = await api.github("AsmSafone")
    print(resp.results)


asyncio.run(main())

Documentation

There is no documentation as of now! However, you can take help from the docstrings this way:

from SafoneAPI import SafoneAPI

print(help(SafoneAPI.carbon))

For more checkout API Playground or Read Docs.

List of APIs

  • Advice
  • Astronomy
  • AI Chatbot
  • Apps Search
  • Anime Search
  • Manga Search
  • Character Search
  • Anime Pics (SFW & NSFW)
  • Code Executor (Piston)
  • CC Generator
  • ChatGPT Chatbot
  • DALL-E Imaginator
  • Spam Detector
  • NSFW Detector
  • Quotly Sticker
  • Carbon Imager
  • Rayso Imager
  • Anime News
  • Global News
  • Note Writer
  • Random Memes
  • Random Facts
  • Random Jokes
  • Random Bully
  • Random Quote
  • Spell Checker
  • Google Search
  • Github Search
  • Figlet Generator
  • Google Translator
  • Currency Converter
  • Internet Acronyms
  • Dictionary Search
  • Urban Dictionary Search
  • Fake Info Generator
  • Ip Fraud Checker
  • Bin Info Search
  • Covid Info Search
  • Country Info Search
  • Image Search
  • Reddit Search
  • Logo Maker
  • OCR Reader
  • Proxy Finder
  • TMDb Search
  • Lyrics Search
  • Npm Package Search
  • PyPi Package Search
  • QR Code Generator
  • Question-Answering ASQ
  • Spotify Account Creator
  • Telegram Sticker Search
  • Short Link Generator
  • Short Link Bypasser
  • Torrent Search
  • Truth or Dare
  • Udemy Course Finder
  • Wallpaper Search
  • Wikipedia Search
  • Weather Info
  • Ubuntu Search
  • Unsplash Search
  • YouTube Search
  • Playlist Search
  • Stripe Key Checker
  • Stackoverflow Search
  • Xda-developer Search
  • Website Screenshot
  • Special Pastebin
  • Telegraph Pasting
  • Telegraph File Uploader

Note

  1. I'll add more features soon.
  2. If you're stuck somewhere, AsmSupport are there to help.

About

Asynchronous Python Wrapper For SafoneAPI

https://pypi.org/project/SafoneAPI

License:MIT License


Languages

Language:Python 100.0%