A friendly API wrapper around https://sxcu.net.
The package is published on PyPI and can be installed by running:
pip install sxcu
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.
Please refer to CONTRIBUTING.md file for more information on how to contribute to this project.
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!