v1.0.1
π¦ 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.