Skip to content

v1.0.1

Choose a tag to compare

@amirhoseinsalimi amirhoseinsalimi released this 22 Mar 08:49
· 8 commits to master since this release

πŸ“¦ 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.