Add a new example script to demonstrate how to use the IPAGoClient with specific parameters for TikTok. The script includes placeholders for user credentials and other sensitive information, which should be replaced with actual values before execution.
Add a new Go client implementation for interacting with the IPAGo server. The client includes functionality for authentication, searching for apps, and downloading apps. The client is structured to handle errors and retries, and includes progress reporting for downloads. The client is added to the .gitignore file and the README.md file is updated with installation instructions. The server-side code is also updated to include the Content-Length header for download progress reporting.