Skip to content

ImSafone/SafoneAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SafoneAPI

Asynchronous Python Wrapper For SafoneAPI

Python GitHub

Issues Forks Stars LICENSE Contributors

Installation

$ pip install safoneapi

Usage

For Example, to search on google:

import asyncio
from SafoneAPI import SafoneAPI


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


asyncio.run(main())

List of APIs

  • Astronomy
  • AI Chatbot
  • Apps Search
  • Anime Search
  • Manga Search
  • Character Search
  • Anime Pics (SFW & NSFW)
  • Code Executor (Piston)
  • 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 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
  • Spotify Account Creator
  • Telegram Sticker Search
  • Short Link Generator
  • Short Link Bypasser
  • Torrent Search
  • Truth or Dare
  • Udemy Discount Course
  • Wallpaper Search
  • Wikipedia Search
  • Weather Info
  • Ubuntu Search
  • Unsplash Search
  • YouTube Search
  • Playlist Search
  • 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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%