INTRODUCING SAFONE API ⚡️
A Multi-Functional API By
@ImSafone Which Let's You Do Many Interesting Things Without Any Key or Limitations 😍 ( Here Is Asynchronous Python Wrapper For SafoneAPI )
INSTALLATION:
$ pip install safoneapi
EXAMPLE 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())
DON'T FORGET TO HIT 🌟 BUTTON 😋