Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

naveen521kk/sxcu

Repository files navigation

This project is no longer maintained.

SXCU Python API Wrapper

sxcu PyPI Version sxcu Documentation Status sxcu codecov Total alerts Language grade: Python

sxcu-logo

A friendly API wrapper around https://sxcu.net.

Installation

The package is published on PyPI and can be installed by running:

pip install sxcu

Basic Use

Easily query the sxcu.net from you Python code. The data returned from the sxcu.net API is mapped to python resources:

>>> import sxcu
>>> con = sxcu.SXCU()
>>> con.upload_image("foo.jpg")
{'url': 'https://sxcu.net/2kW7IT', 'del_url': 'https://sxcu.net/d/2kW7IT/455c7e40-9e3b-43fa-a95a-ac17dd920e55', 'thumb': 'https://sxcu.net/t/2kW7IT.jpeg'}

Ready for more? Look at our whole documentation on Read The Docs.

Contributing

Please refer to CONTRIBUTING.md file for more information on how to contribute to this project.

All Contributors

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Naveen M K

💻 📖 🚧 📆 👀 ⚠️ 📦

shahprog

🐛 💻

Hexiro

💻

This project follows the all-contributors specification. Contributions of any kind welcome!