Skip to content

Releases: amirhoseinsalimi/boxapi-python

v1.0.2

31 Mar 20:08

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/amirhoseinsalimi/boxapi-python/commits/v1.0.2

v1.0.1

22 Mar 08:49

Choose a tag to compare

📦 BoxAPI Python v1.0.1 – First Release 🎉

We’re excited to announce the first release of boxapi-python – a Python wrapper for the full set of BoxAPI endpoints!


🚀 Features

  • Complete coverage of all BoxAPI endpoints, including:
    • 🔍 Fetching, listing, and searching for users
    • 📄 Fetching posts, stories, comments, likes, and more
    • 🛠️ Additional utilities for managing and interacting with Instagram data

⚠️ Important Notes

  • The DM API is currently untested.
    Please ensure you thoroughly test it before using in production environments.

🐍 Supported Python Versions

  • Compatible with Python 3.9+

🛠 Installation

pip install boxapi-python

💡 Usage Example

from boxapi import BoxApiClient

box_client = BoxApiClient("your_boxapi_username", "your_boxapi_password")

user_info = box_client.instagram.get_user_info("leomessi")

print(user_info)

📢 Contributing

Found an issue or have a feature suggestion?
Feel free to:

  • Open an Issue
  • Submit a Pull Request

Your feedback is welcome!


📄 License

Licensed under the MIT License.