Skip to main content

A basic wrapper cibere.dev

Project description

ciberedev.py

discord pypi license

Python Wrapper for cibere.dev

Key Features

Support for the following endpoints
- screenshot
- create paste
- create embed
- upload file

Installing

Python 3.8 or higher is required Install from pip
python -m pip install -U ciberedev.py

Install from github

python -m pip install -U git+https://github.com/cibere/ciberedev.py # requires git to be installed

Examples

Create Paste Example
import asyncio
import ciberedev

client = ciberedev.Client()

async def main():
  async with client:
    paste = await client.create_paste("my_paste_text")
    print(paste.url)

if __name__ == "__main__":
  asyncio.run(main())

See the examples folder for a full list of examples

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

ciberedev.py-0.1.0.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

ciberedev.py-0.1.0-py3-none-any.whl (7.3 kB view hashes)

Uploaded Python 3

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