Skip to main content

A Python Wrapper for api.itayki.com

Project description

py-multiapi

a python library for api.itayki.com

Installation

pip3 install py-multiapi

Examples

execute code:

from py_multiapi import multiapi
import asyncio
async def main():
 print(await multiapi.exec_code(lang="python3", code="print('Hello World')"))
asyncio.run(main())

make web screenshot:

from py_multiapi import multiapi
import asyncio
async def main():
a = await multiapi.webshot(url="duckduckgo.com")
with open("test.png", "wb") as img:
img.write(a)
asyncio.run(main())

links

pypi

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py_multiapi-3.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

py_multiapi-3-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file py_multiapi-3.tar.gz.

File metadata

  • Download URL: py_multiapi-3.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.5

File hashes

Hashes for py_multiapi-3.tar.gz
Algorithm Hash digest
SHA256 753b9a4507199255b55ebd2784534785ad84656ff6c6b64e8f8206374c1e19c8
MD5 7efd35274d5d18ac6e6cb2b04bb2bcec
BLAKE2b-256 807b8cfac6668da3540fc420b07e9ce2baabfdffa1921aedeb95c4a618b82574

See more details on using hashes here.

File details

Details for the file py_multiapi-3-py3-none-any.whl.

File metadata

  • Download URL: py_multiapi-3-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.5

File hashes

Hashes for py_multiapi-3-py3-none-any.whl
Algorithm Hash digest
SHA256 735cdfb05a113974f2f7615bd15dcaac26486fbe1751e7fc01511654f97ad5d4
MD5 f94970e73852abe36b2e76a582b4300d
BLAKE2b-256 36785e7c896f1064f312b6227b5a5f3890323a0cecd529246358ea780813c3e8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page