Asynchronous Python Wrapper For SafoneAPI


Keywords
API, SafoneAPI, Safone_API, Safone-API, hacktoberfest, hacktoberfest-accepted
License
MIT
Install
pip install SafoneAPI==1.0.62

Documentation

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

For more checkout API Playground or Read Docs.

List of APIs

  • ASQ
  • Advice
  • Astronomy
  • AI Chatbot
  • Apps Search
  • Anime Search
  • Anime News (MAL)
  • Anime Pics (SFW & NSFW)
  • Bard AI Chatbot
  • Bin Info Search
  • Bing Image Search
  • Background Remover
  • CC Generator
  • Carbon Generator
  • ChatGPT Chatbot
  • Character Search
  • Covid Info Search
  • Currency Converter
  • Country Info Search
  • Code Executor (Piston)
  • Figlet Generator
  • Fake Info Generator
  • Google Search
  • Github Search
  • Global News (BBC)
  • Grammarly Checker
  • Google Translator
  • Google Image Search
  • IMDb Movie Search
  • Image Generator (SFW & NSFW)
  • Ip Fraud Checker
  • Internet Acronyms
  • LLama-2 AI Chatbot
  • Logo Maker
  • Lyrics Search
  • Manga Search
  • Morse Code Encoder
  • Morse Code Decoder
  • Note Writer
  • NSFW Detector
  • Npm Package Search
  • OCR/Text Scanner
  • Paraphraser Tool
  • Proxy Finder (HTTP)
  • PyPi Package Search
  • Quotly Sticker
  • QR Code Generator
  • Reddit Search
  • Rayso Generator
  • Random Memes
  • Random Facts
  • Random Jokes
  • Random Bully
  • Random Quote
  • Random Insult
  • Random Riddle
  • Spell Checker
  • Spam Detector
  • Special Pastebin
  • Stripe Key Checker
  • Song Finder (Shazam)
  • Short Link Bypasser
  • Short Link Generator
  • Stackoverflow Search
  • Spotify Song Search
  • TMDb Search
  • Torrent Search
  • Truth or Dare Game
  • Telegraph Pasting
  • Telegraph File Uploader
  • Telegram Sticker Search
  • Ubuntu Search
  • Unsplash Search
  • Udemy Course Finder
  • Urban Dictionary Search
  • Word Dictionary Search
  • Wallpaper Search
  • Wikipedia Search
  • Website Screenshot
  • Weather Informatiom
  • Xda-developer Search
  • YouTube Video Search
  • YouTube Playlist Search

Note

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