A basic wrapper cibere.dev
Project description
ciberedev.py
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 pippython -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 Exampleimport 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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for ciberedev.py-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4203a6d93d440b8fb890a7f66da89aeeaf2cabc86d928f50140f27af98ab0f58 |
|
MD5 | 3678df7128401d3a709c981ec3b5e325 |
|
BLAKE2b-256 | ded4ca14eea748bc498254e24befe6b195bf0047d18e91428a331ebe466403cd |