Since Rclone is written in Go (Golang) and most open-source TeraBox API wrappers are written in Python, the best way to implement this feature is to use Rclone's capability (or a wrapper script) that interfaces with a Python script.
Here is a proposal and implementation guide for a new Rclone feature called (via a custom backend wrapper). terabox rclone
if __name__ == "__main__": command = sys.argv[1] arg = sys.argv[2] if len(sys.argv) > 2 else "/" Since Rclone is written in Go (Golang) and